Skip to content

Commit 382aec8

Browse files
committed
laptop12: Move error message box up a bit
So that more errors fit on the screen, even if the resolution has fewer vertical pixels. Signed-off-by: Daniel Schaefer <dhs@frame.work>
1 parent 27ef35f commit 382aec8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/drawing_12in.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ pub const BACKGROUND_COLOR: Rgb888 = Rgb888::new(0xFF, 0xFF, 0xFF); //0xF3, 0xF2
3535
pub const BLACK_BAR: Rgb888 = Rgb888::new(0x33, 0x33, 0x33);
3636

3737
pub const WARN_X: i32 = 50 + WIDTH_I32 / 2;
38-
pub const WARN_Y: i32 = HEIGHT_I32 - 250;
38+
pub const WARN_Y: i32 = HEIGHT_I32 - 275;
3939

4040
#[derive(Default)]
4141
pub struct StateBitmaps {

0 commit comments

Comments
 (0)