mirror of
https://github.com/python/cpython.git
synced 2025-09-10 02:36:56 +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(
|
text = self._canvas.create_text(
|
||||||
x - self._ARROWWIDTH + 15, # TBD: kludge
|
x - self._ARROWWIDTH + 15, # TBD: kludge
|
||||||
self._ARROWHEIGHT - self._TEXTYOFFSET,
|
self._ARROWHEIGHT - self._TEXTYOFFSET,
|
||||||
|
justify=RIGHT,
|
||||||
text='128',
|
text='128',
|
||||||
tags=self._TAG)
|
tags=self._TAG)
|
||||||
return arrow, text
|
return arrow, text
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue