[GRASS-SVN] r64563 - grass/branches/releasebranch_7_0/gui/wxpython/gui_core
svn_grass at osgeo.org
svn_grass at osgeo.org
Wed Feb 11 07:17:29 PST 2015
Author: annakrat
Date: 2015-02-11 07:17:29 -0800 (Wed, 11 Feb 2015)
New Revision: 64563
Modified:
grass/branches/releasebranch_7_0/gui/wxpython/gui_core/query.py
Log:
wxGUI/query: increase the width of column to display longer labels (merge from trunk, r64562)
Modified: grass/branches/releasebranch_7_0/gui/wxpython/gui_core/query.py
===================================================================
--- grass/branches/releasebranch_7_0/gui/wxpython/gui_core/query.py 2015-02-11 15:16:37 UTC (rev 64562)
+++ grass/branches/releasebranch_7_0/gui/wxpython/gui_core/query.py 2015-02-11 15:17:29 UTC (rev 64563)
@@ -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