[GRASS-SVN] r52386 - grass/branches/develbranch_6/gui/wxpython/gui_core

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Jul 16 14:35:17 PDT 2012


Author: martinl
Date: 2012-07-16 14:35:16 -0700 (Mon, 16 Jul 2012)
New Revision: 52386

Modified:
   grass/branches/develbranch_6/gui/wxpython/gui_core/preferences.py
Log:
wxGUI: enlarge settings dialog
       (merge r52385 from trunk)


Modified: grass/branches/develbranch_6/gui/wxpython/gui_core/preferences.py
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/gui_core/preferences.py	2012-07-16 21:30:49 UTC (rev 52385)
+++ grass/branches/develbranch_6/gui/wxpython/gui_core/preferences.py	2012-07-16 21:35:16 UTC (rev 52386)
@@ -55,7 +55,7 @@
 class PreferencesBaseDialog(wx.Dialog):
     """!Base preferences dialog"""
     def __init__(self, parent, settings, title = _("User settings"),
-                 size = (500, 425),
+                 size = (500, 475),
                  style = wx.DEFAULT_DIALOG_STYLE | wx.RESIZE_BORDER):
         self.parent = parent # ModelerFrame
         self.title  = title



More information about the grass-commit mailing list