mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-04 19:10:09 +01:00
Spelling fixes in the demo
This commit is contained in:
@@ -22,7 +22,7 @@ class TestPanel(wx.Panel):
|
||||
sizer.Add(setBtn, wx.SizerFlags().Border(wx.LEFT, 40))
|
||||
sizer.Add(unsetBtn, wx.SizerFlags().Border(wx.LEFT, 10))
|
||||
|
||||
# Put it all in an outter box with a border
|
||||
# Put it all in an outer box with a border
|
||||
box = wx.BoxSizer()
|
||||
box.Add(sizer, wx.SizerFlags(1).Border(wx.ALL, 30))
|
||||
self.SetSizer(box)
|
||||
|
||||
Reference in New Issue
Block a user