mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 00:57:45 +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,18 +179,10 @@
|
|||
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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue