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

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Jan 6 08:46:39 EST 2010


Author: martinl
Date: 2010-01-06 08:46:39 -0500 (Wed, 06 Jan 2010)
New Revision: 40283

Modified:
   grass/branches/develbranch_6/gui/wxpython/gui_modules/goutput.py
Log:
wxGUI: cosmetics in border
       (merge r40282 from trunk)


Modified: grass/branches/develbranch_6/gui/wxpython/gui_modules/goutput.py
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/gui_modules/goutput.py	2010-01-06 13:45:17 UTC (rev 40282)
+++ grass/branches/develbranch_6/gui/wxpython/gui_modules/goutput.py	2010-01-06 13:46:39 UTC (rev 40283)
@@ -9,7 +9,7 @@
  - GMStdout
  - GMStderr
 
-(C) 2007-2009 by the GRASS Development Team
+(C) 2007-2010 by the GRASS Development Team
 This program is free software under the GNU General Public
 License (>=v2). Read the file COPYING that comes with GRASS
 for details.
@@ -241,7 +241,7 @@
         ButtonSizer = wx.BoxSizer(wx.HORIZONTAL)
 
         OutputSizer.Add(item=self.cmd_output, proportion=1,
-                        flag=wx.EXPAND | wx.ALL, border=1)
+                        flag=wx.EXPAND | wx.ALL, border=3)
         OutputSizer.Add(item=self.console_progressbar, proportion=0,
                         flag=wx.EXPAND | wx.LEFT | wx.RIGHT, border=3)
         
@@ -257,7 +257,7 @@
         PromptSizer.Add(item=SearchSizer, proportion=0,
                         flag=wx.EXPAND | wx.ALL, border=1)
         PromptSizer.Add(item=self.cmd_prompt, proportion=1,
-                        flag=wx.EXPAND | wx.LEFT | wx.RIGHT | wx.TOP, border=2)
+                        flag=wx.EXPAND | wx.LEFT | wx.RIGHT | wx.TOP, border=3)
         
         ButtonSizer.Add(item=self.btn_console_clear, proportion=0,
                         flag=wx.ALIGN_CENTER | wx.FIXED_MINSIZE | wx.ALL, border=5)



More information about the grass-commit mailing list