X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8eca4fef106b8327e2e55636de3f68a511a4c392..42f8298f6f42d5d63bb3caf65682b7d9d9f8b702:/wxPython/demo/CalendarCtrl.py diff --git a/wxPython/demo/CalendarCtrl.py b/wxPython/demo/CalendarCtrl.py index 89a0ba0471..798b155cc1 100644 --- a/wxPython/demo/CalendarCtrl.py +++ b/wxPython/demo/CalendarCtrl.py @@ -17,7 +17,7 @@ class TestPanel(wx.Panel): self.Bind(wx.calendar.EVT_CALENDAR, self.OnCalSelected, id=cal.GetId()) - b = wx.Button(self, -1, "Destroy the Calendar", pos = (250, 50)) + b = wx.Button(self, -1, "Destroy the Calendar", pos = (275, 50)) self.Bind(wx.EVT_BUTTON, self.OnButton, id= b.GetId()) self.cal = cal