projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
text attributes corrected
[wxWidgets.git]
/
wxPython
/
demo
/
ArtProvider.py
diff --git
a/wxPython/demo/ArtProvider.py
b/wxPython/demo/ArtProvider.py
index e0ce3ba9dbd08609bb259d15765ffb6525d5a33f..8eb6db413157e2262195502271b4203375921e78 100644
(file)
--- a/
wxPython/demo/ArtProvider.py
+++ b/
wxPython/demo/ArtProvider.py
@@
-155,7
+155,7
@@
class TestPanel(wx.Panel):
text = wx.StaticText(self, -1, "48x48")
box.Add(text, 0, wx.ALIGN_CENTRE|wx.ALL, 5)
text = wx.StaticText(self, -1, "48x48")
box.Add(text, 0, wx.ALIGN_CENTRE|wx.ALL, 5)
- fgs.Add
Sizer
(box, 0, wx.ALIGN_CENTRE|wx.ALL, 5)
+ fgs.Add(box, 0, wx.ALIGN_CENTRE|wx.ALL, 5)
sizer.Add(fgs, 0, wx.ALL, 5)
self.SetSizer(sizer)
sizer.Add(fgs, 0, wx.ALL, 5)
self.SetSizer(sizer)