a little cleanup
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31831 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
		@@ -57,8 +57,7 @@ class DoodleFrame(wx.Frame):
 | 
				
			|||||||
        box.Add(self.doodle, 1, wx.EXPAND)
 | 
					        box.Add(self.doodle, 1, wx.EXPAND)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        # Tell the frame that it should layout itself in response to
 | 
					        # Tell the frame that it should layout itself in response to
 | 
				
			||||||
        # size events.
 | 
					        # size events using this sizer.
 | 
				
			||||||
        self.SetAutoLayout(True)
 | 
					 | 
				
			||||||
        self.SetSizer(box)
 | 
					        self.SetSizer(box)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user