[GRASS-SVN] r67520 - grass/trunk/gui/wxpython/gmodeler
svn_grass at osgeo.org
svn_grass at osgeo.org
Fri Jan 8 02:51:16 PST 2016
Author: martinl
Date: 2016-01-08 02:51:16 -0800 (Fri, 08 Jan 2016)
New Revision: 67520
Modified:
grass/trunk/gui/wxpython/gmodeler/dialogs.py
Log:
wxGUI/gmodeler: fix add command dialog layout
Modified: grass/trunk/gui/wxpython/gmodeler/dialogs.py
===================================================================
--- grass/trunk/gui/wxpython/gmodeler/dialogs.py 2016-01-08 10:11:25 UTC (rev 67519)
+++ grass/trunk/gui/wxpython/gmodeler/dialogs.py 2016-01-08 10:51:16 UTC (rev 67520)
@@ -15,7 +15,7 @@
- dialogs::ItemListCtrl
- dialogs::ItemCheckListCtrl
-(C) 2010-2013 by the GRASS Development Team
+(C) 2010-2016 by the GRASS Development Team
This program is free software under the GNU General Public License
(>=v2). Read the file COPYING that comes with GRASS for details.
@@ -202,6 +202,7 @@
label = _("Comment:")),
flag = wx.ALIGN_CENTER_VERTICAL, pos = (1, 0))
gridSizer.Add(item = self.comment, pos = (1, 1), flag = wx.EXPAND)
+ gridSizer.AddGrowableRow(1)
gridSizer.AddGrowableCol(1)
labelSizer.Add(item = gridSizer, proportion = 1, flag = wx.EXPAND)
More information about the grass-commit
mailing list