Browse Source

wxGUI (menuform): layout cosmetics (border for progress bar) [sync'ed with develbr6]

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@31210 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 17 years ago
parent
commit
4961ae4324
1 changed files with 1 additions and 1 deletions
  1. 1 1
      gui/wxpython/gui_modules/goutput.py

+ 1 - 1
gui/wxpython/gui_modules/goutput.py

@@ -89,7 +89,7 @@ class GMConsole(wx.Panel):
                       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 | wx.BOTTOM, border=5)
 
         boxsizer1.Fit(self)
         boxsizer1.SetSizeHints(self)