[GRASS-SVN] r40282 - grass/trunk/gui/wxpython/gui_modules
svn_grass at osgeo.org
svn_grass at osgeo.org
Wed Jan 6 08:45:17 EST 2010
Author: martinl
Date: 2010-01-06 08:45:17 -0500 (Wed, 06 Jan 2010)
New Revision: 40282
Modified:
grass/trunk/gui/wxpython/gui_modules/goutput.py
Log:
wxGUI: cosmetics in border
Modified: grass/trunk/gui/wxpython/gui_modules/goutput.py
===================================================================
--- grass/trunk/gui/wxpython/gui_modules/goutput.py 2010-01-06 13:42:54 UTC (rev 40281)
+++ grass/trunk/gui/wxpython/gui_modules/goutput.py 2010-01-06 13:45:17 UTC (rev 40282)
@@ -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.
@@ -242,7 +242,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)
@@ -258,7 +258,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