]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/demo/GenericButtons.py
Lots of demo tweaks for API updates, bug fixes and new images for the
[wxWidgets.git] / wxPython / demo / GenericButtons.py
index c3e7ff40398dd0543da0d22560aa03563c79f53b..3165c0f9779c59e03f1380093a4eff97428bfa7f 100644 (file)
@@ -20,7 +20,7 @@ class TestPanel(wxPanel):
         b = wxButton(self, -1, "non-default")
         EVT_BUTTON(self, b.GetId(), self.OnButton)
         sizer.Add(b)
-        sizer.Add(10,10)
+        sizer.Add((10,10))
 
         b = wxGenButton(self, -1, 'Hello')
         EVT_BUTTON(self, b.GetId(), self.OnButton)