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:
Robin Dunn 2005-02-07 20:43:22 +00:00
parent 7ab7156341
commit 2d830433c3

View File

@ -57,8 +57,7 @@ class DoodleFrame(wx.Frame):
box.Add(self.doodle, 1, wx.EXPAND)
# Tell the frame that it should layout itself in response to
# size events.
self.SetAutoLayout(True)
# size events using this sizer.
self.SetSizer(box)