mirror of
https://github.com/python/cpython.git
synced 2025-07-24 19:54:21 +00:00
RightARrow._create(): justify=RIGHT on the text object
This commit is contained in:
parent
e55055d0d4
commit
84f52e0a16
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue