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

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Nov 9 06:38:29 EST 2010


Author: martinl
Date: 2010-11-09 03:38:29 -0800 (Tue, 09 Nov 2010)
New Revision: 44278

Modified:
   grass/branches/releasebranch_6_4/gui/wxpython/gui_modules/globalvar.py
   grass/branches/releasebranch_6_4/gui/wxpython/gui_modules/preferences.py
Log:
wxGUI: cosmetics in default positioning
(merge r44275 from devbr6)


Modified: grass/branches/releasebranch_6_4/gui/wxpython/gui_modules/globalvar.py
===================================================================
--- grass/branches/releasebranch_6_4/gui/wxpython/gui_modules/globalvar.py	2010-11-09 11:37:09 UTC (rev 44277)
+++ grass/branches/releasebranch_6_4/gui/wxpython/gui_modules/globalvar.py	2010-11-09 11:38:29 UTC (rev 44278)
@@ -114,7 +114,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 = (575, 600)
 

Modified: grass/branches/releasebranch_6_4/gui/wxpython/gui_modules/preferences.py
===================================================================
--- grass/branches/releasebranch_6_4/gui/wxpython/gui_modules/preferences.py	2010-11-09 11:37:09 UTC (rev 44277)
+++ grass/branches/releasebranch_6_4/gui/wxpython/gui_modules/preferences.py	2010-11-09 11:38:29 UTC (rev 44278)
@@ -80,7 +80,7 @@
                 'defWindowPos' : {
                     'enabled' : True,
                     'dim' : '%d,0,%d,%d,0,0,%d,%d' % \
-                        (globalvar.MAP_WINDOW_SIZE[0],
+                        (globalvar.MAP_WINDOW_SIZE[0] + 5,
                          globalvar.GM_WINDOW_SIZE[0],
                          globalvar.GM_WINDOW_SIZE[1],
                          globalvar.MAP_WINDOW_SIZE[0],



More information about the grass-commit mailing list