mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-29 02:50:26 +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
Notes:
sideshowbarker
2024-07-17 02:20:31 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/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…
Reference in a new issue