mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 07:07:34 +00:00
MouseSettings: Use standard text placement for check box text
This commit is contained in:
parent
106e414800
commit
cfd1755910
1 changed files with 2 additions and 10 deletions
|
@ -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"
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue