Browse Source

wxGUI: increase default height of windows

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@44189 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 14 years ago
parent
commit
dd61a73528
1 changed files with 2 additions and 2 deletions
  1. 2 2
      gui/wxpython/gui_modules/globalvar.py

+ 2 - 2
gui/wxpython/gui_modules/globalvar.py

@@ -114,9 +114,9 @@ DIALOG_TEXTCTRL_SIZE = (400, -1)
 DIALOG_LAYER_SIZE = (100, -1)
 DIALOG_LAYER_SIZE = (100, -1)
 DIALOG_COLOR_SIZE = (30, 30)
 DIALOG_COLOR_SIZE = (30, 30)
 
 
-MAP_WINDOW_SIZE = (700, 500)
+MAP_WINDOW_SIZE = (700, 600)
 HIST_WINDOW_SIZE = (500, 350)
 HIST_WINDOW_SIZE = (500, 350)
-GM_WINDOW_SIZE = (575, 500)
+GM_WINDOW_SIZE = (575, 600)
 
 
 MAP_DISPLAY_STATUSBAR_MODE = [_("Coordinates"),
 MAP_DISPLAY_STATUSBAR_MODE = [_("Coordinates"),
                               _("Extent"),
                               _("Extent"),