From ad87f154f3ca7b60543276e66dda3afe9895f970 Mon Sep 17 00:00:00 2001 From: tsaaristo Date: Thu, 6 Jul 2017 15:56:08 +0300 Subject: [PATCH] Speed up sidebar-settings scrolling Scroll three rows in one scroll event instead of one --- resources/qml/Settings/SettingView.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/qml/Settings/SettingView.qml b/resources/qml/Settings/SettingView.qml index 06e53cc03b..822322ad2d 100644 --- a/resources/qml/Settings/SettingView.qml +++ b/resources/qml/Settings/SettingView.qml @@ -142,6 +142,7 @@ Item style: UM.Theme.styles.scrollview; flickableItem.flickableDirection: Flickable.VerticalFlick; + __wheelAreaScrollSpeed: 75; // Scroll three lines in one scroll event ListView {