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

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Feb 10 14:11:19 EST 2008


Author: cmbarton
Date: 2008-02-10 14:11:19 -0500 (Sun, 10 Feb 2008)
New Revision: 30064

Modified:
   grass/trunk/gui/wxpython/gui_modules/menuform.py
Log:
Made map entry control wider so that multiple maps easier to see.

Modified: grass/trunk/gui/wxpython/gui_modules/menuform.py
===================================================================
--- grass/trunk/gui/wxpython/gui_modules/menuform.py	2008-02-10 19:03:38 UTC (rev 30063)
+++ grass/trunk/gui/wxpython/gui_modules/menuform.py	2008-02-10 19:11:19 UTC (rev 30064)
@@ -1005,7 +1005,7 @@
                         multiple = True
                     else:
                         multiple = False
-                    selection = gselect.Select(parent=which_panel, id=wx.ID_ANY, size=(300,-1),
+                    selection = gselect.Select(parent=which_panel, id=wx.ID_ANY, size=(400,-1),
                                                type=p.get('element',''), multiple=multiple)
                     if p.get('value','') != '':
                         selection.SetValue(p['value']) # parameter previously set



More information about the grass-commit mailing list