Browse Source

wxGUI/preferences: layout cosmetics

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@32331 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 16 years ago
parent
commit
4c6cf37aad
1 changed files with 1 additions and 1 deletions
  1. 1 1
      gui/wxpython/gui_modules/preferences.py

+ 1 - 1
gui/wxpython/gui_modules/preferences.py

@@ -1147,7 +1147,7 @@ class PreferencesDialog(wx.Dialog):
         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,