diff options
Diffstat (limited to 'mobile-widgets/qml')
-rw-r--r-- | mobile-widgets/qml/MapWidget.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mobile-widgets/qml/MapWidget.qml b/mobile-widgets/qml/MapWidget.qml index c467b9b21..b1e438ad2 100644 --- a/mobile-widgets/qml/MapWidget.qml +++ b/mobile-widgets/qml/MapWidget.qml @@ -25,7 +25,7 @@ Item { Map { id: map anchors.fill: parent - zoomLevel: 1 + zoomLevel: defaultZoomIn property var mapType readonly property var defaultCenter: QtPositioning.coordinate(0, 0) |