From 8ee202f3fc42c06a9c9fce1ff7a3173a17395127 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Mon, 9 Aug 2004 23:43:42 +0000 Subject: [PATCH] Reduce frame size a bit git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28736 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/demo/Main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.2