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

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Jul 17 12:14:21 PDT 2012


Author: martinl
Date: 2012-07-17 12:14:21 -0700 (Tue, 17 Jul 2012)
New Revision: 52399

Modified:
   grass/trunk/gui/wxpython/gui_core/preferences.py
Log:
wxGUI/preferences: layout cosmetics


Modified: grass/trunk/gui/wxpython/gui_core/preferences.py
===================================================================
--- grass/trunk/gui/wxpython/gui_core/preferences.py	2012-07-17 18:54:10 UTC (rev 52398)
+++ grass/trunk/gui/wxpython/gui_core/preferences.py	2012-07-17 19:14:21 UTC (rev 52399)
@@ -15,7 +15,7 @@
  - preferences::MapsetAccess
  - preferences::CheckListMapset
 
-(C) 2007-2011 by the GRASS Development Team
+(C) 2007-2012 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.
@@ -880,7 +880,7 @@
         self.winId['rasterLayer:colorTable:enabled'] = rasterCTCheck.GetId()
         rasterCTCheck.Bind(wx.EVT_CHECKBOX, self.OnCheckColorTable)
         
-        gridSizer.Add(item = rasterCTCheck,
+        gridSizer.Add(item = rasterCTCheck, flag = wx.ALIGN_CENTER_VERTICAL,
                       pos = (row, 0))
         
         rasterCTName = wx.Choice(parent = panel, id = wx.ID_ANY, size = (200, -1),



More information about the grass-commit mailing list