[GRASS-SVN] r67521 - grass/branches/releasebranch_7_0/gui/wxpython/gmodeler

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Jan 8 02:54:22 PST 2016


Author: martinl
Date: 2016-01-08 02:54:22 -0800 (Fri, 08 Jan 2016)
New Revision: 67521

Modified:
   grass/branches/releasebranch_7_0/gui/wxpython/gmodeler/dialogs.py
Log:
wxGUI/gmodeler: fix add command dialog layout
                (merge r67520 from trunk)


Modified: grass/branches/releasebranch_7_0/gui/wxpython/gmodeler/dialogs.py
===================================================================
--- grass/branches/releasebranch_7_0/gui/wxpython/gmodeler/dialogs.py	2016-01-08 10:51:16 UTC (rev 67520)
+++ grass/branches/releasebranch_7_0/gui/wxpython/gmodeler/dialogs.py	2016-01-08 10:54:22 UTC (rev 67521)
@@ -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