[GRASS-SVN] r47901 - grass/trunk/gui/wxpython/gui_modules

svn_grass at osgeo.org svn_grass at osgeo.org
Sat Aug 27 08:34:13 EDT 2011


Author: martinl
Date: 2011-08-27 05:34:13 -0700 (Sat, 27 Aug 2011)
New Revision: 47901

Modified:
   grass/trunk/gui/wxpython/gui_modules/globalvar.py
Log:
wxGUI: enlarge map window for 3D (width)


Modified: grass/trunk/gui/wxpython/gui_modules/globalvar.py
===================================================================
--- grass/trunk/gui/wxpython/gui_modules/globalvar.py	2011-08-27 12:31:38 UTC (rev 47900)
+++ grass/trunk/gui/wxpython/gui_modules/globalvar.py	2011-08-27 12:34:13 UTC (rev 47901)
@@ -101,7 +101,7 @@
 DIALOG_LAYER_SIZE = (100, -1)
 DIALOG_COLOR_SIZE = (30, 30)
 
-MAP_WINDOW_SIZE = (700, 600)
+MAP_WINDOW_SIZE = (725, 600)
 HIST_WINDOW_SIZE = (500, 350)
 GM_WINDOW_SIZE = (500, 600)
 



More information about the grass-commit mailing list