[GRASS-SVN] r42341 - grass/trunk/gui/wxpython/gui_modules

svn_grass at osgeo.org svn_grass at osgeo.org
Mon May 24 10:39:17 EDT 2010


Author: martinl
Date: 2010-05-24 10:39:17 -0400 (Mon, 24 May 2010)
New Revision: 42341

Modified:
   grass/trunk/gui/wxpython/gui_modules/gmodeler.py
Log:
wxGUI: layout cosmetics


Modified: grass/trunk/gui/wxpython/gui_modules/gmodeler.py
===================================================================
--- grass/trunk/gui/wxpython/gui_modules/gmodeler.py	2010-05-24 14:37:59 UTC (rev 42340)
+++ grass/trunk/gui/wxpython/gui_modules/gmodeler.py	2010-05-24 14:39:17 UTC (rev 42341)
@@ -2424,7 +2424,7 @@
         mainSizer.Add(item=metaSizer, proportion=1,
                       flag=wx.EXPAND | wx.ALL, border=5)
         mainSizer.Add(item=cmdSizer, proportion=0,
-                      flag=wx.EXPAND | wx.LEFT | wx.RIGHT | wx.BOTTOM, border=3)
+                      flag=wx.EXPAND | wx.LEFT | wx.RIGHT | wx.BOTTOM, border=5)
         mainSizer.Add(item=btnStdSizer, proportion=0,
                       flag=wx.EXPAND | wx.ALL | wx.ALIGN_RIGHT, border=5)
         



More information about the grass-commit mailing list