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

svn_grass at osgeo.org svn_grass at osgeo.org
Sat Dec 22 02:23:23 PST 2012


Author: martinl
Date: 2012-12-22 02:23:23 -0800 (Sat, 22 Dec 2012)
New Revision: 54366

Modified:
   grass/trunk/gui/wxpython/gui_core/forms.py
Log:
wxGUI/dialogs: enlarge checkboxes in row (see d.vect)

Modified: grass/trunk/gui/wxpython/gui_core/forms.py
===================================================================
--- grass/trunk/gui/wxpython/gui_core/forms.py	2012-12-22 09:45:28 UTC (rev 54365)
+++ grass/trunk/gui/wxpython/gui_core/forms.py	2012-12-22 10:23:23 UTC (rev 54366)
@@ -946,7 +946,7 @@
                     if valuelist_desc:
                         hSizer = wx.FlexGridSizer(cols = 1, vgap = 1)
                     else:
-                        hSizer = wx.FlexGridSizer(cols = 5, vgap = 1, hgap = 1)
+                        hSizer = wx.FlexGridSizer(cols = 6, vgap = 1, hgap = 1)
                     isEnabled = {}
                     # copy default values
                     if p['value'] == '':



More information about the grass-commit mailing list