From: Barry Warsaw Date: Tue, 6 Oct 1998 23:04:55 +0000 (+0000) Subject: RightARrow._create(): justify=RIGHT on the text object X-Git-Tag: v1.5.2a2~127 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=84f52e0a16a60435331ab288fe2f6adfb42d963c;p=thirdparty%2FPython%2Fcpython.git RightARrow._create(): justify=RIGHT on the text object --- diff --git a/Tools/pynche/StripViewer.py b/Tools/pynche/StripViewer.py index 44f006a7e054..84fe741e7e13 100644 --- a/Tools/pynche/StripViewer.py +++ b/Tools/pynche/StripViewer.py @@ -129,6 +129,7 @@ class RightArrow(LeftArrow): text = self._canvas.create_text( x - self._ARROWWIDTH + 15, # TBD: kludge self._ARROWHEIGHT - self._TEXTYOFFSET, + justify=RIGHT, text='128', tags=self._TAG) return arrow, text