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

svn_grass at osgeo.org svn_grass at osgeo.org
Fri May 2 11:26:33 EDT 2008


Author: martinl
Date: 2008-05-02 11:26:33 -0400 (Fri, 02 May 2008)
New Revision: 31209

Modified:
   grass/branches/develbranch_6/gui/wxpython/gui_modules/goutput.py
Log:
wxGUI (menuform): layout cosmetics (border for progress bar) fixed for Layer Manager

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:23:20 UTC (rev 31208)
+++ grass/branches/develbranch_6/gui/wxpython/gui_modules/goutput.py	2008-05-02 15:26:33 UTC (rev 31209)
@@ -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 | wx.LEFT | wx.RIGHT, border=5)
+                      flag=wx.EXPAND | wx.ADJUST_MINSIZE | wx.LEFT | wx.RIGHT | wx.BOTTOM, border=5)
 
         boxsizer1.Fit(self)
         boxsizer1.SetSizeHints(self)



More information about the grass-commit mailing list