]> granicus.if.org Git - python/commitdiff
RightARrow._create(): justify=RIGHT on the text object
authorBarry Warsaw <barry@python.org>
Tue, 6 Oct 1998 23:04:55 +0000 (23:04 +0000)
committerBarry Warsaw <barry@python.org>
Tue, 6 Oct 1998 23:04:55 +0000 (23:04 +0000)
Tools/pynche/StripViewer.py

index 44f006a7e05442e40c2455177c4b19990548a982..84fe741e7e135bf78fc8b747f6eee5ce6ff35eef 100644 (file)
@@ -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