mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-06 20:10:08 +01:00
Remove SetAutoLayout from the example.
This commit is contained in:
@@ -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()
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user