[GRASS-SVN] r46929 - grass/trunk/gui/wxpython/gui_modules
svn_grass at osgeo.org
svn_grass at osgeo.org
Fri Jul 1 15:27:48 EDT 2011
Author: neteler
Date: 2011-07-01 12:27:47 -0700 (Fri, 01 Jul 2011)
New Revision: 46929
Modified:
grass/trunk/gui/wxpython/gui_modules/globalvar.py
Log:
smaller width now possible for laptop screens
Modified: grass/trunk/gui/wxpython/gui_modules/globalvar.py
===================================================================
--- grass/trunk/gui/wxpython/gui_modules/globalvar.py 2011-07-01 19:27:36 UTC (rev 46928)
+++ grass/trunk/gui/wxpython/gui_modules/globalvar.py 2011-07-01 19:27:47 UTC (rev 46929)
@@ -104,9 +104,9 @@
DIALOG_LAYER_SIZE = (100, -1)
DIALOG_COLOR_SIZE = (30, 30)
-MAP_WINDOW_SIZE = (800, 600)
+MAP_WINDOW_SIZE = (674, 600)
HIST_WINDOW_SIZE = (500, 350)
-GM_WINDOW_SIZE = (575, 600)
+GM_WINDOW_SIZE = (500, 600)
MAP_DISPLAY_STATUSBAR_MODE = [_("Coordinates"),
_("Extent"),
More information about the grass-commit
mailing list