[GRASS-SVN] r64562 - grass/trunk/gui/wxpython/gui_core

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Feb 11 07:16:37 PST 2015


Author: annakrat
Date: 2015-02-11 07:16:37 -0800 (Wed, 11 Feb 2015)
New Revision: 64562

Modified:
   grass/trunk/gui/wxpython/gui_core/query.py
Log:
wxGUI/query: increase the width of column to display longer labels

Modified: grass/trunk/gui/wxpython/gui_core/query.py
===================================================================
--- grass/trunk/gui/wxpython/gui_core/query.py	2015-02-11 15:10:17 UTC (rev 64561)
+++ grass/trunk/gui/wxpython/gui_core/query.py	2015-02-11 15:16:37 UTC (rev 64562)
@@ -49,7 +49,7 @@
                                  wx.TR_FULL_ROW_HIGHLIGHT | wx.TR_MULTIPLE)
 
         self.tree.SetColumnWidth(0, 220)
-        self.tree.SetColumnWidth(1, 400)
+        self.tree.SetColumnWidth(1, 1000)
         self.tree.ExpandAll(self._model.root)
         self.tree.contextMenu.connect(self.ShowContextMenu)
         self.mainSizer.Add(item = self.tree, proportion = 1, flag = wx.EXPAND | wx.ALL, border = 5)



More information about the grass-commit mailing list