1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 07:37:46 +00:00

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
parent 106e414800
commit cfd1755910

View file

@ -179,17 +179,9 @@
name: "switch_buttons_image_label" 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 { @GUI::CheckBox {
name: "switch_buttons_input" name: "switch_buttons_input"
fixed_width: 14 text: "Switch primary and secondary buttons"
} }
} }
} }