diff options
-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 { |