[GRASS-SVN] r33014 -
grass/branches/develbranch_6/gui/wxpython/gui_modules
svn_grass at osgeo.org
svn_grass at osgeo.org
Sat Aug 23 07:02:47 EDT 2008
Author: martinl
Date: 2008-08-23 07:02:47 -0400 (Sat, 23 Aug 2008)
New Revision: 33014
Modified:
grass/branches/develbranch_6/gui/wxpython/gui_modules/location_wizard.py
Log:
wxGUI/location wizard: default item list size changed, fix trac #216
Modified: grass/branches/develbranch_6/gui/wxpython/gui_modules/location_wizard.py
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/gui_modules/location_wizard.py 2008-08-23 00:10:57 UTC (rev 33013)
+++ grass/branches/develbranch_6/gui/wxpython/gui_modules/location_wizard.py 2008-08-23 11:02:47 UTC (rev 33014)
@@ -444,7 +444,7 @@
wx.LC_HRULES |
wx.LC_VRULES |
wx.LC_SINGLE_SEL |
- wx.LC_SORT_ASCENDING, size=(400, 100))
+ wx.LC_SORT_ASCENDING, size=(550, 125))
# original data or None
self.sourceData = data
More information about the grass-commit
mailing list