Browse Source

wxGUI/location wizard: default item list size changed, fix trac https://trac.osgeo.org/grass/ticket/216
(merge from devbr6, https://trac.osgeo.org/grass/changeset/33014)


git-svn-id: https://svn.osgeo.org/grass/grass/trunk@33015 15284696-431f-4ddb-bdfa-cd5b030d7da7

Martin Landa 16 years ago
parent
commit
358463214f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      gui/wxpython/gui_modules/location_wizard.py

+ 1 - 1
gui/wxpython/gui_modules/location_wizard.py

@@ -444,7 +444,7 @@ class ItemList(wx.ListCtrl,
                              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