[GRASS-SVN] r48526 - grass/branches/develbranch_6/gui/wxpython

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Sep 28 05:45:14 EDT 2011


Author: martinl
Date: 2011-09-28 02:45:14 -0700 (Wed, 28 Sep 2011)
New Revision: 48526

Modified:
   grass/branches/develbranch_6/gui/wxpython/wxgui.py
Log:
wxGUI: correct Sash position on Windows
       (merge r48525 from relbr64)


Modified: grass/branches/develbranch_6/gui/wxpython/wxgui.py
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/wxgui.py	2011-09-28 09:42:35 UTC (rev 48525)
+++ grass/branches/develbranch_6/gui/wxpython/wxgui.py	2011-09-28 09:45:14 UTC (rev 48526)
@@ -213,7 +213,7 @@
         self.goutput.Redirect()
         
         # fix goutput's pane size (required for Mac OSX)
-        self.goutput.SetSashPosition(int(self.GetSize()[1] * .45))
+        self.goutput.SetSashPosition(int(self.GetSize()[1] * .60))
         
         self.workspaceChanged = False
         



More information about the grass-commit mailing list