[GRASS-SVN] r29995 - grass/trunk/gui/wxpython/gui_modules
svn_grass at osgeo.org
svn_grass at osgeo.org
Thu Feb 7 05:26:49 EST 2008
Author: martinl
Date: 2008-02-07 05:26:49 -0500 (Thu, 07 Feb 2008)
New Revision: 29995
Modified:
grass/trunk/gui/wxpython/gui_modules/toolbars.py
Log:
wxGUI: cosmetics in digit toolbar
Modified: grass/trunk/gui/wxpython/gui_modules/toolbars.py
===================================================================
--- grass/trunk/gui/wxpython/gui_modules/toolbars.py 2008-02-07 10:22:54 UTC (rev 29994)
+++ grass/trunk/gui/wxpython/gui_modules/toolbars.py 2008-02-07 10:26:49 UTC (rev 29995)
@@ -698,7 +698,7 @@
if not self.comboid:
self.combo = wx.ComboBox(self.toolbar[self.numOfRows-1], id=wx.ID_ANY, value=value,
- choices=layerNameList, size=(135, -1),
+ choices=layerNameList, size=(105, -1),
style=wx.CB_READONLY)
self.comboid = self.toolbar[self.numOfRows-1].InsertControl(0, self.combo)
self.parent.Bind(wx.EVT_COMBOBOX, self.OnSelectMap, self.comboid)
More information about the grass-commit
mailing list