[GRASS-SVN] r44190 -
grass/branches/releasebranch_6_4/gui/wxpython/gui_modules
svn_grass at osgeo.org
svn_grass at osgeo.org
Sat Nov 6 12:11:13 EDT 2010
Author: martinl
Date: 2010-11-06 09:11:13 -0700 (Sat, 06 Nov 2010)
New Revision: 44190
Modified:
grass/branches/releasebranch_6_4/gui/wxpython/gui_modules/globalvar.py
Log:
wxGUI: increase default height of windows
(merge r44189 from trunk)
Modified: grass/branches/releasebranch_6_4/gui/wxpython/gui_modules/globalvar.py
===================================================================
--- grass/branches/releasebranch_6_4/gui/wxpython/gui_modules/globalvar.py 2010-11-06 16:07:06 UTC (rev 44189)
+++ grass/branches/releasebranch_6_4/gui/wxpython/gui_modules/globalvar.py 2010-11-06 16:11:13 UTC (rev 44190)
@@ -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