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