1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-12-22 22:38:08 +00:00

chore(rust): decrease icon top margin on welcome screen to 48 px

[no changelog]
This commit is contained in:
grdddj 2023-03-02 15:11:53 +01:00 committed by Jiří Musil
parent ead61d1e90
commit 1215268ae9

View File

@ -6,7 +6,7 @@ use crate::ui::{
};
const TEXT_BOTTOM_MARGIN: i16 = 24; // matching the homescreen label margin
const ICON_TOP_MARGIN: i16 = 62;
const ICON_TOP_MARGIN: i16 = 48;
const MODEL_NAME: &str = "Trezor Model T";
const MODEL_NAME_FONT: display::Font = display::Font::DEMIBOLD;