1
0
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:
grdddj 2022-11-13 14:01:13 +01:00
parent 8d7fc11b87
commit cfd0be4bb2
7 changed files with 4 additions and 3 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 479 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 155 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 131 B

Binary file not shown.

Binary file not shown.

View File

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