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:
parent
ead61d1e90
commit
1215268ae9
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user