[GRASS-SVN] r46928 - grass/branches/develbranch_6/gui/wxpython/gui_modules

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Jul 1 15:27:36 EDT 2011


Author: neteler
Date: 2011-07-01 12:27:36 -0700 (Fri, 01 Jul 2011)
New Revision: 46928

Modified:
   grass/branches/develbranch_6/gui/wxpython/gui_modules/globalvar.py
Log:
smaller width now possible for laptop screens

Modified: grass/branches/develbranch_6/gui/wxpython/gui_modules/globalvar.py
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/gui_modules/globalvar.py	2011-07-01 19:27:14 UTC (rev 46927)
+++ grass/branches/develbranch_6/gui/wxpython/gui_modules/globalvar.py	2011-07-01 19:27:36 UTC (rev 46928)
@@ -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