diff --git a/Userland/Applications/MouseSettings/Mouse.gml b/Userland/Applications/MouseSettings/Mouse.gml index c12823beb1..09477bc223 100644 --- a/Userland/Applications/MouseSettings/Mouse.gml +++ b/Userland/Applications/MouseSettings/Mouse.gml @@ -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" } } - } + } }