mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-26 09:28:13 +00:00
ui/keyboard: move pending marker
This commit is contained in:
parent
2c3df7381f
commit
150da5d40c
@ -69,7 +69,7 @@ class Input(Button):
|
|||||||
if p: # pending marker
|
if p: # pending marker
|
||||||
pw = display.text_width(t[-1:], text_style)
|
pw = display.text_width(t[-1:], text_style)
|
||||||
px = tx + width - pw
|
px = tx + width - pw
|
||||||
display.bar(px, ty, pw + 2, 3, fg_color)
|
display.bar(px, ty + 2, pw + 1, 3, fg_color)
|
||||||
|
|
||||||
if i: # icon
|
if i: # icon
|
||||||
ix = ax + aw - ICON*2
|
ix = ax + aw - ICON*2
|
||||||
|
Loading…
Reference in New Issue
Block a user