1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-18 05:28:40 +00:00

WIP - add prev_page and next_page icon

This commit is contained in:
grdddj 2022-11-05 17:15:34 +01:00
parent b2667b13ca
commit 3401aa0a59
6 changed files with 5 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 123 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 124 B

Binary file not shown.

Binary file not shown.

View File

@ -54,8 +54,12 @@ pub const ICON_DELETE: IconAndName =
pub const ICON_EYE: IconAndName = IconAndName::new(include_res!("model_tr/res/eye.toif"), "eye"); // 12*6
pub const ICON_FAIL: IconAndName = IconAndName::new(include_res!("model_tr/res/fail.toif"), "fail");
pub const ICON_LOCK: IconAndName = IconAndName::new(include_res!("model_tr/res/lock.toif"), "lock"); // 10*10
pub const ICON_NEXT_PAGE: IconAndName =
IconAndName::new(include_res!("model_tr/res/next_page.toif"), "next_page"); // 10*8
pub const ICON_PARAM: IconAndName =
IconAndName::new(include_res!("model_tr/res/param.toif"), "param"); // 10*10
pub const ICON_PREV_PAGE: IconAndName =
IconAndName::new(include_res!("model_tr/res/prev_page.toif"), "prev_page"); // 8*10
pub const ICON_SUCCESS: IconAndName =
IconAndName::new(include_res!("model_tr/res/success.toif"), "success");
pub const ICON_TICK: IconAndName = IconAndName::new(include_res!("model_tr/res/tick.toif"), "tick"); // 10*10

View File

@ -208,7 +208,7 @@ async def confirm_feeoverthreshold(
ctx,
"fee_over_threshold",
"High fee",
"The fee of\n{}is unexpectedly high.",
"The fee of\n{}\nis unexpectedly high.",
fee_amount,
ButtonRequestType.FeeOverThreshold,
)