mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-07-24 07:28:34 +00:00
WIP - decrease some icon sizes
This commit is contained in:
parent
8d7fc11b87
commit
cfd0be4bb2
BIN
core/assets/model_r/amount_smaller.png
Normal file
BIN
core/assets/model_r/amount_smaller.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 479 B |
BIN
core/assets/model_r/param_smaller.png
Normal file
BIN
core/assets/model_r/param_smaller.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 155 B |
BIN
core/assets/model_r/user_smaller.png
Normal file
BIN
core/assets/model_r/user_smaller.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 131 B |
BIN
core/embed/rust/src/ui/model_tr/res/amount_smaller.toif
Normal file
BIN
core/embed/rust/src/ui/model_tr/res/amount_smaller.toif
Normal file
Binary file not shown.
BIN
core/embed/rust/src/ui/model_tr/res/param_smaller.toif
Normal file
BIN
core/embed/rust/src/ui/model_tr/res/param_smaller.toif
Normal file
Binary file not shown.
BIN
core/embed/rust/src/ui/model_tr/res/user_smaller.toif
Normal file
BIN
core/embed/rust/src/ui/model_tr/res/user_smaller.toif
Normal file
Binary file not shown.
@ -43,7 +43,7 @@ pub const ICON_ARROW_UP: IconAndName =
|
||||
pub const ICON_ARROW_DOWN: IconAndName =
|
||||
IconAndName::new(include_res!("model_tr/res/arrow_down.toif"), "arrow_down"); // 10*6
|
||||
pub const ICON_AMOUNT: IconAndName =
|
||||
IconAndName::new(include_res!("model_tr/res/amount.toif"), "amount"); // 10*10
|
||||
IconAndName::new(include_res!("model_tr/res/amount_smaller.toif"), "amount"); // 8*8
|
||||
pub const ICON_BIN: IconAndName = IconAndName::new(include_res!("model_tr/res/bin.toif"), "bin"); // 10*10
|
||||
pub const ICON_CANCEL_OUTLINE: IconAndName = IconAndName::new(
|
||||
include_res!("model_tr/res/cancel_for_outline.toif"),
|
||||
@ -61,13 +61,14 @@ pub const ICON_LOCK: IconAndName = IconAndName::new(include_res!("model_tr/res/l
|
||||
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
|
||||
IconAndName::new(include_res!("model_tr/res/param_smaller.toif"), "param"); // 7*8
|
||||
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
|
||||
pub const ICON_USER: IconAndName = IconAndName::new(include_res!("model_tr/res/user.toif"), "user"); // 10*10
|
||||
pub const ICON_USER: IconAndName =
|
||||
IconAndName::new(include_res!("model_tr/res/user_smaller.toif"), "user"); // 8*8
|
||||
pub const ICON_WALLET: IconAndName =
|
||||
IconAndName::new(include_res!("model_tr/res/wallet.toif"), "wallet"); // 10*10
|
||||
pub const ICON_WARNING: IconAndName =
|
||||
|
Loading…
Reference in New Issue
Block a user