]> git.saurik.com Git - wxWidgets.git/commitdiff
Reduce frame size a bit
authorRobin Dunn <robin@alldunn.com>
Mon, 9 Aug 2004 23:43:42 +0000 (23:43 +0000)
committerRobin Dunn <robin@alldunn.com>
Mon, 9 Aug 2004 23:43:42 +0000 (23:43 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28736 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/demo/Main.py

index 69682c69fcc21e8951cca329e6e0510e4358131d..cae2caec0bbcfe60ea93e0812675d87942cd06cb 100644 (file)
@@ -981,7 +981,7 @@ class wxPythonDemo(wx.Frame):
     overviewText = "wxPython Overview"
 
     def __init__(self, parent, title):
-        wx.Frame.__init__(self, parent, -1, title, size = (950, 750),
+        wx.Frame.__init__(self, parent, -1, title, size = (950, 720),
                           style=wx.DEFAULT_FRAME_STYLE | wx.NO_FULL_REPAINT_ON_RESIZE)
 
         self.loaded = False