mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 07:37:46 +00:00
MouseSettings: Adjust layout so mouse-button image is no longer clipped
This commit is contained in:
parent
f20b0403bc
commit
9fc53017c6
1 changed files with 4 additions and 4 deletions
|
@ -8,7 +8,7 @@
|
||||||
|
|
||||||
@GUI::GroupBox {
|
@GUI::GroupBox {
|
||||||
title: "Cursor speed"
|
title: "Cursor speed"
|
||||||
fixed_height: 110
|
fixed_height: 106
|
||||||
|
|
||||||
layout: @GUI::VerticalBoxLayout {
|
layout: @GUI::VerticalBoxLayout {
|
||||||
margins: [6]
|
margins: [6]
|
||||||
|
@ -57,7 +57,7 @@
|
||||||
|
|
||||||
@GUI::GroupBox {
|
@GUI::GroupBox {
|
||||||
title: "Scroll wheel step size"
|
title: "Scroll wheel step size"
|
||||||
fixed_height: 110
|
fixed_height: 106
|
||||||
|
|
||||||
layout: @GUI::VerticalBoxLayout {
|
layout: @GUI::VerticalBoxLayout {
|
||||||
margins: [6]
|
margins: [6]
|
||||||
|
@ -111,7 +111,7 @@
|
||||||
|
|
||||||
@GUI::GroupBox {
|
@GUI::GroupBox {
|
||||||
title: "Double-click speed"
|
title: "Double-click speed"
|
||||||
fixed_height: 110
|
fixed_height: 106
|
||||||
|
|
||||||
layout: @GUI::VerticalBoxLayout {
|
layout: @GUI::VerticalBoxLayout {
|
||||||
margins: [6]
|
margins: [6]
|
||||||
|
@ -161,7 +161,7 @@
|
||||||
|
|
||||||
@GUI::GroupBox {
|
@GUI::GroupBox {
|
||||||
title: "Button configuration"
|
title: "Button configuration"
|
||||||
fixed_height: 60
|
fixed_height: 68
|
||||||
|
|
||||||
layout: @GUI::VerticalBoxLayout {
|
layout: @GUI::VerticalBoxLayout {
|
||||||
margins: [16, 8, 8]
|
margins: [16, 8, 8]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue