[GRASS-SVN] r44275 -
grass/branches/develbranch_6/gui/wxpython/gui_modules
svn_grass at osgeo.org
svn_grass at osgeo.org
Tue Nov 9 06:33:23 EST 2010
Author: martinl
Date: 2010-11-09 03:33:23 -0800 (Tue, 09 Nov 2010)
New Revision: 44275
Modified:
grass/branches/develbranch_6/gui/wxpython/gui_modules/globalvar.py
grass/branches/develbranch_6/gui/wxpython/gui_modules/preferences.py
Log:
wxGUI: cosmetics in default positioning
Modified: grass/branches/develbranch_6/gui/wxpython/gui_modules/globalvar.py
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/gui_modules/globalvar.py 2010-11-09 11:30:22 UTC (rev 44274)
+++ grass/branches/develbranch_6/gui/wxpython/gui_modules/globalvar.py 2010-11-09 11:33:23 UTC (rev 44275)
@@ -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/develbranch_6/gui/wxpython/gui_modules/preferences.py
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/gui_modules/preferences.py 2010-11-09 11:30:22 UTC (rev 44274)
+++ grass/branches/develbranch_6/gui/wxpython/gui_modules/preferences.py 2010-11-09 11:33:23 UTC (rev 44275)
@@ -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