We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad46564 commit 721d2caCopy full SHA for 721d2ca
examples/examples_ScrollablePanelWx.py
@@ -34,7 +34,7 @@ def single_widget():
34
35
scrollable_panel = ScrollablePanelWx(root)
36
37
- wx.StaticText(scrollable_panel.panel, label='bing window, small label')
+ wx.StaticText(scrollable_panel.panel, label='big window, small label')
38
39
scrollable_panel.SetupScrolling()
40
root.Show()
0 commit comments