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

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Nov 15 17:59:03 EST 2010


Author: martinl
Date: 2010-11-15 14:59:03 -0800 (Mon, 15 Nov 2010)
New Revision: 44342

Modified:
   grass/trunk/gui/wxpython/gui_modules/menuform.py
Log:
wxGUI: expand interacrive input
(merge r44340 from devbr6)


Modified: grass/trunk/gui/wxpython/gui_modules/menuform.py
===================================================================
--- grass/trunk/gui/wxpython/gui_modules/menuform.py	2010-11-15 22:57:29 UTC (rev 44341)
+++ grass/trunk/gui/wxpython/gui_modules/menuform.py	2010-11-15 22:59:03 UTC (rev 44342)
@@ -1676,7 +1676,7 @@
                                                              label = _('or enter values interactively')),
                                         proportion=0,
                                         flag=wx.EXPAND | wx.RIGHT | wx.LEFT | wx.BOTTOM, border=5)
-                        which_sizer.Add(item=ifbb, proportion=0,
+                        which_sizer.Add(item=ifbb, proportion=1,
                                         flag=wx.EXPAND | wx.RIGHT | wx.LEFT, border=5)
                         p['wxId'].append(ifbb.GetId())
             



More information about the grass-commit mailing list