[GRASS-SVN] r52387 - grass/branches/releasebranch_6_4/gui/wxpython/gui_core
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Jul 16 14:36:49 PDT 2012
Author: martinl
Date: 2012-07-16 14:36:48 -0700 (Mon, 16 Jul 2012)
New Revision: 52387
Modified:
grass/branches/releasebranch_6_4/gui/wxpython/gui_core/preferences.py
Log:
wxGUI: enlarge settings dialog
(merge r52385 from trunk)
Modified: grass/branches/releasebranch_6_4/gui/wxpython/gui_core/preferences.py
===================================================================
--- grass/branches/releasebranch_6_4/gui/wxpython/gui_core/preferences.py 2012-07-16 21:35:16 UTC (rev 52386)
+++ grass/branches/releasebranch_6_4/gui/wxpython/gui_core/preferences.py 2012-07-16 21:36:48 UTC (rev 52387)
@@ -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