[GRASS-SVN] r53718 - grass/branches/develbranch_6/gui/wxpython/modules

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Nov 7 01:32:04 PST 2012


Author: martinl
Date: 2012-11-07 01:32:03 -0800 (Wed, 07 Nov 2012)
New Revision: 53718

Modified:
   grass/branches/develbranch_6/gui/wxpython/modules/mcalc_builder.py
Log:
wxGUI/mapcalc: layout cosmetics


Modified: grass/branches/develbranch_6/gui/wxpython/modules/mcalc_builder.py
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/modules/mcalc_builder.py	2012-11-07 09:28:57 UTC (rev 53717)
+++ grass/branches/develbranch_6/gui/wxpython/modules/mcalc_builder.py	2012-11-07 09:32:03 UTC (rev 53718)
@@ -294,7 +294,7 @@
 
         outputSizer = wx.StaticBoxSizer(self.outputBox, wx.VERTICAL)
         outputSizer.Add(item = self.newmaplabel,
-                        flag = wx.ALIGN_CENTER)
+                        flag = wx.ALIGN_CENTER | wx.BOTTOM | wx.TOP, border = 5)
         outputSizer.Add(item = self.newmaptxt,
                         flag = wx.EXPAND)
         



More information about the grass-commit mailing list