diff --git a/wxPython/demo/Main.py b/wxPython/demo/Main.py index 69682c69fc..cae2caec0b 100644 --- a/wxPython/demo/Main.py +++ b/wxPython/demo/Main.py @@ -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