[GRASS-SVN] r52385 - grass/trunk/gui/wxpython/gui_core
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Jul 16 14:30:49 PDT 2012
Author: martinl
Date: 2012-07-16 14:30:49 -0700 (Mon, 16 Jul 2012)
New Revision: 52385
Modified:
grass/trunk/gui/wxpython/gui_core/preferences.py
Log:
wxGUI: enlarge settings dialog
Modified: grass/trunk/gui/wxpython/gui_core/preferences.py
===================================================================
--- grass/trunk/gui/wxpython/gui_core/preferences.py 2012-07-16 21:05:23 UTC (rev 52384)
+++ grass/trunk/gui/wxpython/gui_core/preferences.py 2012-07-16 21:30:49 UTC (rev 52385)
@@ -56,7 +56,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