diff options
-rw-r--r-- | Tools/pynche/StripViewer.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Tools/pynche/StripViewer.py b/Tools/pynche/StripViewer.py index 44f006a..84fe741 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 |