[GRASS-SVN] r31208 -
grass/branches/develbranch_6/gui/wxpython/gui_modules
svn_grass at osgeo.org
svn_grass at osgeo.org
Fri May 2 11:23:21 EDT 2008
Author: martinl
Date: 2008-05-02 11:23:20 -0400 (Fri, 02 May 2008)
New Revision: 31208
Modified:
grass/branches/develbranch_6/gui/wxpython/gui_modules/goutput.py
Log:
wxGUI (menuform): layout cosmetics (border for progress bar)
Modified: grass/branches/develbranch_6/gui/wxpython/gui_modules/goutput.py
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/gui_modules/goutput.py 2008-05-02 15:04:15 UTC (rev 31207)
+++ grass/branches/develbranch_6/gui/wxpython/gui_modules/goutput.py 2008-05-02 15:23:20 UTC (rev 31208)
@@ -89,7 +89,7 @@
flag=wx.EXPAND | wx.ALIGN_CENTRE_VERTICAL | wx.TOP | wx.BOTTOM,
border=5)
boxsizer1.Add(item=self.console_progressbar, proportion=0,
- flag=wx.EXPAND | wx.ADJUST_MINSIZE, border=0)
+ flag=wx.EXPAND | wx.ADJUST_MINSIZE | wx.LEFT | wx.RIGHT, border=5)
boxsizer1.Fit(self)
boxsizer1.SetSizeHints(self)
More information about the grass-commit
mailing list