[GRASS-SVN] r48525 - grass/branches/releasebranch_6_4/gui/wxpython
svn_grass at osgeo.org
svn_grass at osgeo.org
Wed Sep 28 05:42:35 EDT 2011
Author: martinl
Date: 2011-09-28 02:42:35 -0700 (Wed, 28 Sep 2011)
New Revision: 48525
Modified:
grass/branches/releasebranch_6_4/gui/wxpython/wxgui.py
Log:
wxGUI: correct Sash position on Windows
Modified: grass/branches/releasebranch_6_4/gui/wxpython/wxgui.py
===================================================================
--- grass/branches/releasebranch_6_4/gui/wxpython/wxgui.py 2011-09-28 09:25:47 UTC (rev 48524)
+++ grass/branches/releasebranch_6_4/gui/wxpython/wxgui.py 2011-09-28 09:42:35 UTC (rev 48525)
@@ -218,7 +218,7 @@
# redirect stderr to log area
self.goutput.Redirect()
# fix goutput's pane size
- 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