Browse Source

Lower the max flick velocity of settingview

On my system it was 2500, which made it almost impossible to work with
the trackpad

CURA-9025
Jaime van Kessel 3 years ago
parent
commit
a5098f469b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      resources/qml/Settings/SettingView.qml

+ 1 - 1
resources/qml/Settings/SettingView.qml

@@ -180,7 +180,7 @@ Item
     ListView
     {
         id: contents
-
+        maximumFlickVelocity: 1000
         anchors
         {
             top: filterContainer.bottom