Reduce frame size a bit
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28736 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
		@@ -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
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user