diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2016-01-11 18:15:35 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2016-01-11 18:15:35 -0800 |
commit | 877efebaacedfb7e7dc01bc8b4a820826c376fbf (patch) | |
tree | 995b239e37da7a4e0664743c4396e2f1bf06f44c /qt-mobile/qml/GpsList.qml | |
parent | 3c8f7d72a2430b13edab2b4e57bf39baf2845ebb (diff) | |
parent | 142c8b218b1f9a4a3e217023531feedd7cf9713e (diff) | |
download | subsurface-877efebaacedfb7e7dc01bc8b4a820826c376fbf.tar.gz |
Merge github.com:sebasje/subsurface
Diffstat (limited to 'qt-mobile/qml/GpsList.qml')
-rw-r--r-- | qt-mobile/qml/GpsList.qml | 2 |
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 { |