QML UI: make flicking between dives faster

Signed-off-by: Rick Walsh <rickmwalsh@gmail.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Rick Walsh 2016-02-11 07:58:13 +11:00 committed by Dirk Hohndel
parent c41bdcfbe3
commit 70a122a63e

View file

@ -124,7 +124,7 @@ MobileComponents.Page {
model: diveModel
currentIndex: -1
boundsBehavior: Flickable.StopAtBounds
maximumFlickVelocity: parent.width/4
maximumFlickVelocity: parent.width * 5
orientation: ListView.Horizontal
focus: true
clip: true