[GRASS-SVN] r50262 - grass/branches/releasebranch_6_4/gui/wxpython/gui_modules

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Jan 17 16:54:31 EST 2012


Author: neteler
Date: 2012-01-17 13:54:30 -0800 (Tue, 17 Jan 2012)
New Revision: 50262

Modified:
   grass/branches/releasebranch_6_4/gui/wxpython/gui_modules/globalvar.py
Log:
wxGUI: enlarge default size of map window (3d view mode toolbar is too wide) (backport r50247)

Modified: grass/branches/releasebranch_6_4/gui/wxpython/gui_modules/globalvar.py
===================================================================
--- grass/branches/releasebranch_6_4/gui/wxpython/gui_modules/globalvar.py	2012-01-17 21:51:29 UTC (rev 50261)
+++ grass/branches/releasebranch_6_4/gui/wxpython/gui_modules/globalvar.py	2012-01-17 21:54:30 UTC (rev 50262)
@@ -104,7 +104,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