[GRASS-SVN] r44340 -
grass/branches/develbranch_6/gui/wxpython/gui_modules
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Nov 15 17:57:16 EST 2010
Author: martinl
Date: 2010-11-15 14:57:16 -0800 (Mon, 15 Nov 2010)
New Revision: 44340
Modified:
grass/branches/develbranch_6/gui/wxpython/gui_modules/menuform.py
Log:
wxGUI: expand interacrive input
Modified: grass/branches/develbranch_6/gui/wxpython/gui_modules/menuform.py
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/gui_modules/menuform.py 2010-11-15 22:51:03 UTC (rev 44339)
+++ grass/branches/develbranch_6/gui/wxpython/gui_modules/menuform.py 2010-11-15 22:57:16 UTC (rev 44340)
@@ -1586,7 +1586,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