[GRASS-SVN] r54922 - grass/trunk/gui/wxpython/location_wizard
svn_grass at osgeo.org
svn_grass at osgeo.org
Tue Feb 5 05:01:59 PST 2013
Author: annakrat
Date: 2013-02-05 05:01:58 -0800 (Tue, 05 Feb 2013)
New Revision: 54922
Modified:
grass/trunk/gui/wxpython/location_wizard/wizard.py
Log:
wxGUI: AddGrowableCol after adding items
Modified: grass/trunk/gui/wxpython/location_wizard/wizard.py
===================================================================
--- grass/trunk/gui/wxpython/location_wizard/wizard.py 2013-02-05 12:53:51 UTC (rev 54921)
+++ grass/trunk/gui/wxpython/location_wizard/wizard.py 2013-02-05 13:01:58 UTC (rev 54922)
@@ -104,7 +104,6 @@
self.tlocTitle = self.MakeTextCtrl(size = (400, -1))
# layout
- self.sizer.AddGrowableCol(3)
self.sizer.Add(item = self.MakeLabel(_("GIS Data Directory:")),
flag = wx.ALIGN_RIGHT |
wx.ALIGN_CENTER_VERTICAL |
@@ -145,6 +144,7 @@
wx.ALIGN_CENTER_VERTICAL |
wx.ALL, border = 5,
pos = (3, 2), span = (1, 2))
+ self.sizer.AddGrowableCol(3)
# bindings
self.Bind(wx.EVT_BUTTON, self.OnBrowse, self.bbrowse)
More information about the grass-commit
mailing list