MouseSettings: Use standard text placement for check box text

This commit is contained in:
Timothy Flynn 2022-01-27 16:50:38 -05:00 committed by Andreas Kling
commit cfd1755910
Notes: sideshowbarker 2024-07-17 20:07:04 +09:00

View file

@ -179,17 +179,9 @@
name: "switch_buttons_image_label"
}
@GUI::Label {
text: "Switch primary and secondary buttons"
fixed_width: 201
text_alignment: "CenterLeft"
name: "switch_buttons_label"
}
@GUI::CheckBox {
name: "switch_buttons_input"
fixed_width: 14
text: "Switch primary and secondary buttons"
}
}
}