RightARrow._create(): justify=RIGHT on the text object

This commit is contained in:
Barry Warsaw 1998-10-06 23:04:55 +00:00
parent e55055d0d4
commit 84f52e0a16
1 changed files with 1 additions and 0 deletions

View 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