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

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Aug 20 19:26:50 EDT 2008


Author: martinl
Date: 2008-08-20 19:26:50 -0400 (Wed, 20 Aug 2008)
New Revision: 32952

Modified:
   grass/trunk/gui/wxpython/gui_modules/menuform.py
Log:
wxGUI/menuform: expand also file browse widget
(merge from devbr6, r32948)


Modified: grass/trunk/gui/wxpython/gui_modules/menuform.py
===================================================================
--- grass/trunk/gui/wxpython/gui_modules/menuform.py	2008-08-20 23:24:56 UTC (rev 32951)
+++ grass/trunk/gui/wxpython/gui_modules/menuform.py	2008-08-20 23:26:50 UTC (rev 32952)
@@ -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