From 9141c8f8cc813fa251532b35bc5a7c1126c23080 Mon Sep 17 00:00:00 2001 From: Elias Steurer Date: Mon, 27 Dec 2021 11:58:23 +0100 Subject: [PATCH] Change scroll speed to be faster --- ScreenPlay/qml/Installed/Installed.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ScreenPlay/qml/Installed/Installed.qml b/ScreenPlay/qml/Installed/Installed.qml index 879da4eb..d48e3db5 100644 --- a/ScreenPlay/qml/Installed/Installed.qml +++ b/ScreenPlay/qml/Installed/Installed.qml @@ -91,8 +91,8 @@ Item { property bool isScrolling: gridView.verticalVelocity != 0 boundsBehavior: Flickable.DragOverBounds - maximumFlickVelocity: 2500 - flickDeceleration: 500 + maximumFlickVelocity: 5000 + flickDeceleration: 5000 anchors.fill: parent cellWidth: 340 cellHeight: 200