Sfoglia il codice sorgente

wxGUI: enlarge about window

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@58413 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 11 anni fa
parent
commit
77ef3375f7
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      gui/wxpython/gui_core/ghelp.py

+ 1 - 1
gui/wxpython/gui_core/ghelp.py

@@ -42,7 +42,7 @@ from core.debug       import Debug
 class AboutWindow(wx.Frame):
 class AboutWindow(wx.Frame):
     """!Create custom About Window
     """!Create custom About Window
     """
     """
-    def __init__(self, parent, size = (650, 460), 
+    def __init__(self, parent, size = (770, 460), 
                  title = _('About GRASS GIS'), **kwargs):
                  title = _('About GRASS GIS'), **kwargs):
         wx.Frame.__init__(self, parent = parent, id = wx.ID_ANY, title = title, size = size, **kwargs)
         wx.Frame.__init__(self, parent = parent, id = wx.ID_ANY, title = title, size = size, **kwargs)