X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/cf694132f1c28509a9f84377ce8d374bae4177ad..2e39ec84480a907f52c30379855f596c8fd8eafa:/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)