1
0
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:
Martin Milata 2024-04-10 12:13:39 +02:00
parent a05ed10f1a
commit f5b7dc2cc2

View File

@ -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(