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

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Jan 8 11:03:24 EST 2010


Author: martinl
Date: 2010-01-08 11:03:24 -0500 (Fri, 08 Jan 2010)
New Revision: 40321

Modified:
   grass/branches/develbranch_6/gui/wxpython/gui_modules/toolbars.py
Log:
wxGUI: enlarge combobox in vdigit
       (merge r40320 from trunk)


Modified: grass/branches/develbranch_6/gui/wxpython/gui_modules/toolbars.py
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/gui_modules/toolbars.py	2010-01-08 16:01:56 UTC (rev 40320)
+++ grass/branches/develbranch_6/gui/wxpython/gui_modules/toolbars.py	2010-01-08 16:03:24 UTC (rev 40321)
@@ -1230,7 +1230,7 @@
 
             if not self.comboid:
                 self.combo = wx.ComboBox(self, id=wx.ID_ANY, value=value,
-                                         choices=[_('New vector map'), ] + layerNameList, size=(85, -1),
+                                         choices=[_('New vector map'), ] + layerNameList, size=(115, -1),
                                          style=wx.CB_READONLY)
                 self.comboid = self.InsertControl(0, self.combo)
                 self.parent.Bind(wx.EVT_COMBOBOX, self.OnSelectMap, self.comboid)



More information about the grass-commit mailing list