[GRASS-SVN] r44277 - grass/trunk/gui/wxpython/gui_modules
svn_grass at osgeo.org
svn_grass at osgeo.org
Tue Nov 9 06:37:09 EST 2010
Author: martinl
Date: 2010-11-09 03:37:09 -0800 (Tue, 09 Nov 2010)
New Revision: 44277
Modified:
grass/trunk/gui/wxpython/gui_modules/globalvar.py
grass/trunk/gui/wxpython/gui_modules/preferences.py
Log:
wxGUI: cosmetics in default positioning
(merge r44275 from devbr6)
Modified: grass/trunk/gui/wxpython/gui_modules/globalvar.py
===================================================================
--- grass/trunk/gui/wxpython/gui_modules/globalvar.py 2010-11-09 11:34:40 UTC (rev 44276)
+++ grass/trunk/gui/wxpython/gui_modules/globalvar.py 2010-11-09 11:37:09 UTC (rev 44277)
@@ -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/trunk/gui/wxpython/gui_modules/preferences.py
===================================================================
--- grass/trunk/gui/wxpython/gui_modules/preferences.py 2010-11-09 11:34:40 UTC (rev 44276)
+++ grass/trunk/gui/wxpython/gui_modules/preferences.py 2010-11-09 11:37:09 UTC (rev 44277)
@@ -74,7 +74,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