Explorar o código

wxGUI/dbmgr: enlarge columns widget

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@54242 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa %!s(int64=12) %!d(string=hai) anos
pai
achega
10a9a106bf
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      gui/wxpython/dbmgr/base.py

+ 1 - 1
gui/wxpython/dbmgr/base.py

@@ -1027,7 +1027,7 @@ class DbMgrBrowsePage(DbMgrNotebookBase):
 
         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)