X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/cf694132f1c28509a9f84377ce8d374bae4177ad..37f214d588b02079a3ddf64c2e46585ca1657c1b:/utils/wxPython/demo/wxTimer.py diff --git a/utils/wxPython/demo/wxTimer.py b/utils/wxPython/demo/wxTimer.py index a32f3d3500..14ad594100 100644 --- a/utils/wxPython/demo/wxTimer.py +++ b/utils/wxPython/demo/wxTimer.py @@ -29,7 +29,7 @@ class TestTimerWin(wxPanel): wxPoint(15, 30)) wxButton(self, 11101, ' Start ', wxPoint(15, 75), wxDefaultSize) - wxButton(self, 11102, ' Stop ', wxPoint(77, 75), wxDefaultSize) + wxButton(self, 11102, ' Stop ', wxPoint(115, 75), wxDefaultSize) EVT_BUTTON(self, 11101, self.OnStart) EVT_BUTTON(self, 11102, self.OnStop)