mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 18:07:34 +00:00
MouseSettings: Tweak "Natural scrolling" checkbox size
The old size wasn't wide enough to accommodate a focus rect, and we ended up clipping the right edge of it.
This commit is contained in:
parent
16793d1c3d
commit
e3b9f78eb9
1 changed files with 1 additions and 1 deletions
|
@ -108,7 +108,7 @@
|
|||
name: "natural_scroll_checkbox"
|
||||
text: "Natural scrolling"
|
||||
tooltip: "Content follows motion instead of the viewport,\nalso commonly referred to as \"reverse scrolling\"."
|
||||
preferred_width: 108
|
||||
preferred_width: 110
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue