From 8fc647f7c458de87739f45cf3e4cd47d0d35e91b Mon Sep 17 00:00:00 2001 From: Michal Klocek Date: Tue, 10 Feb 2015 18:17:11 +0100 Subject: Replaces slider and language button with qtquickcontrols. Change-Id: I0371e55b59062d38a7bde46c0e7f0182e863d92f Reviewed-by: Alex Blasche --- examples/location/mapviewer/mapviewer.qml | 1 + 1 file changed, 1 insertion(+) (limited to 'examples/location/mapviewer/mapviewer.qml') diff --git a/examples/location/mapviewer/mapviewer.qml b/examples/location/mapviewer/mapviewer.qml index b13d4179..f6f90f84 100644 --- a/examples/location/mapviewer/mapviewer.qml +++ b/examples/location/mapviewer/mapviewer.qml @@ -153,6 +153,7 @@ ApplicationWindow { map.plugin = plugin; + map.zoomLevel = (map.maximumZoomLevel - map.minimumZoomLevel)/2 tempGeocodeModel.plugin = plugin; mapTypeMenu.update(); toolsMenu.update(); -- cgit v1.2.3