1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-22 15:38:11 +00:00

ui/keyboard: move pending marker

This commit is contained in:
Peter Jensen 2018-01-15 15:04:58 +01:00 committed by Jan Pochyla
parent 2c3df7381f
commit 150da5d40c

View File

@ -69,7 +69,7 @@ class Input(Button):
if p: # pending marker
pw = display.text_width(t[-1:], text_style)
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
ix = ax + aw - ICON*2