From 855dd0d1aa4d29ce6c718e9536b3b02d23d4b4b0 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Mon, 31 Jul 2017 12:50:04 -0700 Subject: QML UI: stop showing location labels earlier We are stepping by 2 - so 11 makes it clear that at 12 the labels are shown, but at 10 they are not. Signed-off-by: Dirk Hohndel --- mobile-widgets/qml/MapWidget.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mobile-widgets') diff --git a/mobile-widgets/qml/MapWidget.qml b/mobile-widgets/qml/MapWidget.qml index 2d5a6ddc7..9b96f78ad 100644 --- a/mobile-widgets/qml/MapWidget.qml +++ b/mobile-widgets/qml/MapWidget.qml @@ -31,7 +31,7 @@ Item { readonly property var defaultCenter: QtPositioning.coordinate(0, 0) readonly property real defaultZoomIn: 12.0 readonly property real defaultZoomOut: 1.0 - readonly property real textVisibleZoom: 8.0 + readonly property real textVisibleZoom: 11.0 readonly property real zoomStep: 2.0 property var newCenter: defaultCenter property real newZoom: 1.0 -- cgit v1.2.3-70-g09d2