Remove SetAutoLayout from the example.

This commit is contained in:
Robin Dunn
2015-04-11 16:32:35 -07:00
parent 0d76c8ebdf
commit 6fb49ce820

View File

@@ -62,7 +62,6 @@ Usage example::
vbox = wx.BoxSizer(wx.VERTICAL)
desc = wx.StaticText(self, -1, text)
desc.SetForegroundColour("Blue")
@@ -71,7 +70,6 @@ Usage example::
vbox.Add((20, 20))
self.SetSizer(vbox)
self.SetAutoLayout(1)
self.SetupScrolling()