summaryrefslogtreecommitdiffstats
path: root/src/controls/ScrollView.qml
diff options
context:
space:
mode:
Diffstat (limited to 'src/controls/ScrollView.qml')
-rw-r--r--src/controls/ScrollView.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/controls/ScrollView.qml b/src/controls/ScrollView.qml
index 19cdee965..01b9cd3c6 100644
--- a/src/controls/ScrollView.qml
+++ b/src/controls/ScrollView.qml
@@ -207,8 +207,8 @@ FocusScope {
property int acceleration: 40
property int flickThreshold: 20
- property double speedThreshold: 3
- property double ignored: 0.001 // ## flick() does not work with 0 yVelocity
+ property real speedThreshold: 3
+ property real ignored: 0.001 // ## flick() does not work with 0 yVelocity
property int maxFlick: 400
property bool horizontalRecursionGuard: false