Beremiz.py
changeset 1513 b7b8d29e2a2d
parent 1491 f3c26ebce488
child 1518 a656ccb868d4
--- a/Beremiz.py	Fri May 06 14:45:06 2016 +0300
+++ b/Beremiz.py	Fri May 06 16:16:30 2016 +0300
@@ -994,7 +994,7 @@
         self.Close()
 
     def OnAboutMenu(self, event):
-        OpenHtmlFrame(self,_("About Beremiz"), Bpath("doc", _("about.html")), wx.Size(550, 500))
+        OpenHtmlFrame(self,_("About Beremiz"), Bpath("doc", _("about.html")), wx.Size(550, 550))
 
     def OnProjectTreeItemBeginEdit(self, event):
         selected = event.GetItem()