[GRASS-SVN] r44189 - grass/trunk/gui/wxpython/gui_modules
svn_grass at osgeo.org
svn_grass at osgeo.org
Sat Nov 6 12:07:06 EDT 2010
Author: martinl
Date: 2010-11-06 09:07:06 -0700 (Sat, 06 Nov 2010)
New Revision: 44189
Modified:
grass/trunk/gui/wxpython/gui_modules/globalvar.py
Log:
wxGUI: increase default height of windows
Modified: grass/trunk/gui/wxpython/gui_modules/globalvar.py
===================================================================
--- grass/trunk/gui/wxpython/gui_modules/globalvar.py 2010-11-06 15:43:12 UTC (rev 44188)
+++ grass/trunk/gui/wxpython/gui_modules/globalvar.py 2010-11-06 16:07:06 UTC (rev 44189)
@@ -114,9 +114,9 @@
DIALOG_LAYER_SIZE = (100, -1)
DIALOG_COLOR_SIZE = (30, 30)
-MAP_WINDOW_SIZE = (700, 500)
+MAP_WINDOW_SIZE = (700, 600)
HIST_WINDOW_SIZE = (500, 350)
-GM_WINDOW_SIZE = (575, 500)
+GM_WINDOW_SIZE = (575, 600)
MAP_DISPLAY_STATUSBAR_MODE = [_("Coordinates"),
_("Extent"),
More information about the grass-commit
mailing list