feat(ui): add toggle to show/hide scrollbars on hover

This commit is contained in:
Lysec
2026-03-09 13:14:25 +01:00
parent 0294759a54
commit 9536553dc5
25 changed files with 120 additions and 62 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ ScrollView {
property bool reserveScrollbarSpace: true
property real userRightPadding: 0
// Keep scrollbars visible whenever overflow exists (without forcing visibility when not scrollable)
property bool showScrollbarWhenScrollable: false
property bool showScrollbarWhenScrollable: Settings.data.ui.scrollbarAlwaysVisible
// Scroll speed multiplier for mouse wheel (1.0 = default, higher = faster)
property real wheelScrollMultiplier: 2.0