aboutsummaryrefslogtreecommitdiffstats
path: root/qt-mobile/qml/GpsList.qml
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2016-01-11 18:15:35 -0800
committerGravatar Dirk Hohndel <dirk@hohndel.org>2016-01-11 18:15:35 -0800
commit877efebaacedfb7e7dc01bc8b4a820826c376fbf (patch)
tree995b239e37da7a4e0664743c4396e2f1bf06f44c /qt-mobile/qml/GpsList.qml
parent3c8f7d72a2430b13edab2b4e57bf39baf2845ebb (diff)
parent142c8b218b1f9a4a3e217023531feedd7cf9713e (diff)
downloadsubsurface-877efebaacedfb7e7dc01bc8b4a820826c376fbf.tar.gz
Merge github.com:sebasje/subsurface
Diffstat (limited to 'qt-mobile/qml/GpsList.qml')
-rw-r--r--qt-mobile/qml/GpsList.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/qt-mobile/qml/GpsList.qml b/qt-mobile/qml/GpsList.qml
index 0ee654fc1..8e9349c3c 100644
--- a/qt-mobile/qml/GpsList.qml
+++ b/qt-mobile/qml/GpsList.qml
@@ -115,7 +115,7 @@ MobileComponents.Page {
delegate: gpsDelegate
boundsBehavior: Flickable.StopAtBounds
maximumFlickVelocity: parent.height * 5
- cacheBuffer: parent.height *5
+ cacheBuffer: Math.max(5000, parent.height * 5)
focus: true
clip: true
header: MobileComponents.Heading {