[GRASS-SVN] r32948 - grass/branches/develbranch_6/gui/wxpython/gui_modules

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Aug 20 19:21:10 EDT 2008


Author: martinl
Date: 2008-08-20 19:21:10 -0400 (Wed, 20 Aug 2008)
New Revision: 32948

Modified:
   grass/branches/develbranch_6/gui/wxpython/gui_modules/menuform.py
Log:
wxGUI/menuform: expand also file browse widget

Modified: grass/branches/develbranch_6/gui/wxpython/gui_modules/menuform.py
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/gui_modules/menuform.py	2008-08-20 23:19:33 UTC (rev 32947)
+++ grass/branches/develbranch_6/gui/wxpython/gui_modules/menuform.py	2008-08-20 23:21:10 UTC (rev 32948)
@@ -1205,7 +1205,7 @@
                     if p.get('value','') != '':
                         fbb.SetValue(p['value']) # parameter previously set
                     which_sizer.Add(item=fbb, proportion=0,
-                                    flag=wx.ADJUST_MINSIZE | wx.LEFT | wx.TOP | wx.RIGHT, border=-3)
+                                    flag=wx.EXPAND | wx.RIGHT, border=5)
                     # A file browse button is a combobox with two children:
                     # a textctl and a button;
                     # we have to target the button here



More information about the grass-commit mailing list