Fixed zoom panel position
authorKaj Wallin <kaj.wallin@ixonos.com>
Mon, 10 May 2010 12:24:43 +0000 (15:24 +0300)
committerKaj Wallin <kaj.wallin@ixonos.com>
Mon, 10 May 2010 12:24:43 +0000 (15:24 +0300)
Reviewed by:

src/map/mapcommon.h

index a8fc860..264d2c7 100644 (file)
@@ -49,7 +49,7 @@ const int MAP_OWN_LOCATION_ICON_SIZE = 24; ///< Size of own location item icon
 const int ZOOM_FPS = 30; ///< FPS for the zoom effect
 const qreal ZOOM_TIME = 250; ///< Length of the zoom effect (ms)
 
-const int MAP_ZOOM_PANEL_POSITION_X = 10; ///< Horizontal position of zoom panel
+const int MAP_ZOOM_PANEL_POSITION_X = 10 + 25; ///< Horizontal position of zoom panel
 const int MAP_ZOOM_PANEL_POSITION_Y = 10; ///< Vertical position of zoom panel
 const int MAP_ZOOM_PANEL_LEVEL = OWN_LOCATION_ICON_Z_LEVEL + 1; ///< Zepth of zoom panel (Z-axis)
 const int MAP_ZOOM_PANEL_BUTTON_SIZE = 74; ///< Size of a zoom panel button