projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
implement proper bitmap copying
[wxWidgets.git]
/
wxPython
/
demo
/
IntCtrl.py
diff --git
a/wxPython/demo/IntCtrl.py
b/wxPython/demo/IntCtrl.py
index 16b5610eb5f3d1cdcac3e2aac4b1989d9d3cb47d..d80bedb41870b52a134d871a8ec4bf0c853ce309 100644
(file)
--- a/
wxPython/demo/IntCtrl.py
+++ b/
wxPython/demo/IntCtrl.py
@@
-47,7
+47,7
@@
class TestPanel( wx.Panel ):
grid.Add( self.target_ctl, 0, wx.ALIGN_LEFT|wx.ALL, 5 )
outer_box = wx.BoxSizer( wx.VERTICAL )
grid.Add( self.target_ctl, 0, wx.ALIGN_LEFT|wx.ALL, 5 )
outer_box = wx.BoxSizer( wx.VERTICAL )
- outer_box.Add
Sizer
( grid, 0, wx.ALIGN_CENTRE|wx.ALL, 20 )
+ outer_box.Add( grid, 0, wx.ALIGN_CENTRE|wx.ALL, 20 )
panel.SetAutoLayout( True )
panel.SetSizer( outer_box )
panel.SetAutoLayout( True )
panel.SetSizer( outer_box )