1
0
mirror of https://gitlab.com/kelteseth/ScreenPlay.git synced 2024-09-14 22:42:34 +02:00

Change scroll speed to be faster

This commit is contained in:
Elias Steurer 2021-12-27 11:58:23 +01:00
parent f0495d7713
commit 9141c8f8cc

View File

@ -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