From 84f52e0a16a60435331ab288fe2f6adfb42d963c Mon Sep 17 00:00:00 2001 From: Barry Warsaw Date: Tue, 6 Oct 1998 23:04:55 +0000 Subject: [PATCH] RightARrow._create(): justify=RIGHT on the text object --- Tools/pynche/StripViewer.py | 1 + 1 file changed, 1 insertion(+) diff --git a/Tools/pynche/StripViewer.py b/Tools/pynche/StripViewer.py index 44f006a7e0..84fe741e7e 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 -- 2.50.0