[GRASS-SVN] r58413 - grass/trunk/gui/wxpython/gui_core
svn_grass at osgeo.org
svn_grass at osgeo.org
Sun Dec 8 13:25:51 PST 2013
Author: martinl
Date: 2013-12-08 13:25:51 -0800 (Sun, 08 Dec 2013)
New Revision: 58413
Modified:
grass/trunk/gui/wxpython/gui_core/ghelp.py
Log:
wxGUI: enlarge about window
Modified: grass/trunk/gui/wxpython/gui_core/ghelp.py
===================================================================
--- grass/trunk/gui/wxpython/gui_core/ghelp.py 2013-12-08 21:21:00 UTC (rev 58412)
+++ grass/trunk/gui/wxpython/gui_core/ghelp.py 2013-12-08 21:25:51 UTC (rev 58413)
@@ -42,7 +42,7 @@
class AboutWindow(wx.Frame):
"""!Create custom About Window
"""
- def __init__(self, parent, size = (650, 460),
+ def __init__(self, parent, size = (770, 460),
title = _('About GRASS GIS'), **kwargs):
wx.Frame.__init__(self, parent = parent, id = wx.ID_ANY, title = title, size = size, **kwargs)
More information about the grass-commit
mailing list