[GRASS-SVN] r33015 - grass/trunk/gui/wxpython/gui_modules
svn_grass at osgeo.org
svn_grass at osgeo.org
Sat Aug 23 07:04:59 EDT 2008
Author: martinl
Date: 2008-08-23 07:04:59 -0400 (Sat, 23 Aug 2008)
New Revision: 33015
Modified:
grass/trunk/gui/wxpython/gui_modules/location_wizard.py
Log:
wxGUI/location wizard: default item list size changed, fix trac #216
(merge from devbr6, r33014)
Modified: grass/trunk/gui/wxpython/gui_modules/location_wizard.py
===================================================================
--- grass/trunk/gui/wxpython/gui_modules/location_wizard.py 2008-08-23 11:02:47 UTC (rev 33014)
+++ grass/trunk/gui/wxpython/gui_modules/location_wizard.py 2008-08-23 11:04:59 UTC (rev 33015)
@@ -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