mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-20 16:28:54 +00:00
MouseSettings: Use standard text placement for check box text
This commit is contained in:
parent
106e414800
commit
cfd1755910
Notes:
sideshowbarker
2024-07-17 20:07:04 +09:00
Author: https://github.com/trflynn89
Commit: cfd1755910
Pull-request: https://github.com/SerenityOS/serenity/pull/12170
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