Smallmap legend can be hidden

This commit is contained in:
pelya
2014-08-25 00:58:35 +03:00
parent 4d4f707638
commit 024daa1225
4 changed files with 26 additions and 17 deletions

View File

@@ -34,6 +34,7 @@ enum SmallMapWidgets {
WID_SM_ENABLE_ALL, ///< Button to enable display of all legend entries.
WID_SM_DISABLE_ALL, ///< Button to disable display of all legend entries.
WID_SM_SHOW_HEIGHT, ///< Show heightmap toggle button.
WID_SM_SHOW_LEGEND, ///< Show/hide legend area.
};
#endif /* WIDGETS_SMALLMAP_WIDGET_H */