[GRASS-SVN] r54520 - grass/trunk/gui/wxpython/gui_core

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Jan 3 11:37:37 PST 2013


Author: martinl
Date: 2013-01-03 11:37:37 -0800 (Thu, 03 Jan 2013)
New Revision: 54520

Modified:
   grass/trunk/gui/wxpython/gui_core/forms.py
Log:
wxGUI/forms: layout cosmetics


Modified: grass/trunk/gui/wxpython/gui_core/forms.py
===================================================================
--- grass/trunk/gui/wxpython/gui_core/forms.py	2013-01-03 19:33:28 UTC (rev 54519)
+++ grass/trunk/gui/wxpython/gui_core/forms.py	2013-01-03 19:37:37 UTC (rev 54520)
@@ -1109,7 +1109,7 @@
                             if value:
                                 txt3.SetValue(float(value)) # parameter previously set
                             txt3.Bind(EVT_FLOATSPIN, self.OnSetValue)
-                            style = wx.BOTTOM | wx.LEFT | wx.RIGHT
+                        style = wx.BOTTOM | wx.LEFT | wx.RIGHT
                     else:
                         txt3 = wx.TextCtrl(parent = which_panel, value = p.get('default',''),
                                            validator = FloatValidator())



More information about the grass-commit mailing list