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