[GRASS-SVN] r50248 - grass/branches/develbranch_6/gui/wxpython/core
svn_grass at osgeo.org
svn_grass at osgeo.org
Tue Jan 17 15:39:13 EST 2012
Author: martinl
Date: 2012-01-17 12:39:13 -0800 (Tue, 17 Jan 2012)
New Revision: 50248
Modified:
grass/branches/develbranch_6/gui/wxpython/core/globalvar.py
Log:
wxGUI: enlarge default size of map window (3d view mode toolbar is too wide)
(merge r50247 from trunk)
Modified: grass/branches/develbranch_6/gui/wxpython/core/globalvar.py
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/core/globalvar.py 2012-01-17 20:37:18 UTC (rev 50247)
+++ grass/branches/develbranch_6/gui/wxpython/core/globalvar.py 2012-01-17 20:39:13 UTC (rev 50248)
@@ -98,7 +98,7 @@
DIALOG_LAYER_SIZE = (100, -1)
DIALOG_COLOR_SIZE = (30, 30)
-MAP_WINDOW_SIZE = (700, 600)
+MAP_WINDOW_SIZE = (800, 600)
HIST_WINDOW_SIZE = (500, 350)
GM_WINDOW_SIZE = (500, 600)
More information about the grass-commit
mailing list