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:
Andreas Kling 2023-01-01 13:47:38 +01:00
parent 16793d1c3d
commit e3b9f78eb9
Notes: sideshowbarker 2024-07-17 02:20:31 +09:00

View file

@ -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
}
}
}