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:
parent
b2667b13ca
commit
3401aa0a59
BIN
core/assets/model_r/next_page.png
Normal file
BIN
core/assets/model_r/next_page.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 123 B |
BIN
core/assets/model_r/prev_page.png
Normal file
BIN
core/assets/model_r/prev_page.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 124 B |
BIN
core/embed/rust/src/ui/model_tr/res/next_page.toif
Normal file
BIN
core/embed/rust/src/ui/model_tr/res/next_page.toif
Normal file
Binary file not shown.
BIN
core/embed/rust/src/ui/model_tr/res/prev_page.toif
Normal file
BIN
core/embed/rust/src/ui/model_tr/res/prev_page.toif
Normal file
Binary file not shown.
@ -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
|
||||
|
@ -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,
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user