[GRASS-SVN] r54242 - grass/trunk/gui/wxpython/dbmgr
svn_grass at osgeo.org
svn_grass at osgeo.org
Fri Dec 7 15:15:28 PST 2012
Author: martinl
Date: 2012-12-07 15:15:27 -0800 (Fri, 07 Dec 2012)
New Revision: 54242
Modified:
grass/trunk/gui/wxpython/dbmgr/base.py
Log:
wxGUI/dbmgr: enlarge columns widget
Modified: grass/trunk/gui/wxpython/dbmgr/base.py
===================================================================
--- grass/trunk/gui/wxpython/dbmgr/base.py 2012-12-07 22:45:37 UTC (rev 54241)
+++ grass/trunk/gui/wxpython/dbmgr/base.py 2012-12-07 23:15:27 UTC (rev 54242)
@@ -1027,7 +1027,7 @@
whereSimpleSqlPanel = wx.Panel(parent = simpleSqlPanel, id = wx.ID_ANY, name = 'wherePanel')
sqlWhereColumn = wx.ComboBox(parent = whereSimpleSqlPanel, id = wx.ID_ANY,
- size = (100,-1),
+ size = (150,-1),
style = wx.CB_SIMPLE | wx.CB_READONLY,
choices = self.dbMgrData['mapDBInfo'].GetColumns(self.dbMgrData['mapDBInfo'].layers[layer]['table']))
sqlWhereColumn.SetSelection(0)
More information about the grass-commit
mailing list