mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-25 17:09:44 +00:00
fix(core/ui): T2T1: transaction summary info scrolling
Change vertical scrolling to horizontal. [no changelog]
This commit is contained in:
parent
a05ed10f1a
commit
f5b7dc2cc2
@ -1045,6 +1045,7 @@ def confirm_summary(
|
||||
trezorui2.show_info_with_cancel(
|
||||
title=info_title if info_title else TR.words__title_information,
|
||||
items=info_items,
|
||||
horizontal=True,
|
||||
)
|
||||
)
|
||||
return raise_if_not_confirmed(
|
||||
|
Loading…
Reference in New Issue
Block a user