Added signals
[situare] / src / ui / panelcommon.h
index a57f06d..7011f40 100644 (file)
@@ -93,9 +93,9 @@ const int ZOOM_BUTTON_PANEL_BUTTON_SPACING = 4; ///< Size of a zoom button spaci
 const QString ZOOMPANEL_POSITION = "Zoom_Panel_Position";
 
 // Direction indicator button settings
-//const int DIRECTION_INDICATOR_POSITION_X = 30 + PANEL_PEEK_AMOUNT; ///< Horizontal position of zoom panel
-//const int DIRECTION_INDICATOR_POSITION_Y = 30; ///< Vertical position of zoom panel
+const int DIRECTION_INDICATOR_POSITION_X = 10 + PANEL_PEEK_AMOUNT; ///< Horizontal position of direction indicator button
+const int DIRECTION_INDICATOR_POSITION_Y = 342; ///< Vertical position of direction indicator button
 
-//const QString DIRECTION_INDICATOR_BUTTON_POSITION = "Direction_indicator_Position";
+const QString DIRECTION_INDICATOR_BUTTON_POSITION = "Direction_Indicator_Position";
 
 #endif // PANELCOMMON_H