[GRASS-SVN] r32332 - grass/branches/develbranch_6/gui/wxpython/gui_modules

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Jul 27 07:06:35 EDT 2008


Author: martinl
Date: 2008-07-27 07:06:35 -0400 (Sun, 27 Jul 2008)
New Revision: 32332

Modified:
   grass/branches/develbranch_6/gui/wxpython/gui_modules/preferences.py
Log:
wxGUI/preferences: layout cosmetics (merged from trunk, r32331)


Modified: grass/branches/develbranch_6/gui/wxpython/gui_modules/preferences.py
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/gui_modules/preferences.py	2008-07-27 11:05:13 UTC (rev 32331)
+++ grass/branches/develbranch_6/gui/wxpython/gui_modules/preferences.py	2008-07-27 11:06:35 UTC (rev 32332)
@@ -1014,7 +1014,7 @@
         askOnDeleteRec.SetValue(self.settings.Get(group='atm', key='askOnDeleteRec', subkey='enabled'))
         self.winId['atm:askOnDeleteRec:enabled'] = askOnDeleteRec.GetId()
 
-        flexSizer.Add(askOnDeleteRec, proportion=0, flag=wx.ALIGN_RIGHT | wx.FIXED_MINSIZE)
+        flexSizer.Add(askOnDeleteRec, proportion=0)
 
         dataBrowserSizer.Add(item=flexSizer,
                            proportion=0,



More information about the grass-commit mailing list