loader: Fix orb position

Fix the orb position to be aligned with the menu

Differential Revision:	https://reviews.freebsd.org/D48353
Reviewed by:	imp, tsoome
Sponsored by:	Beckhoff Automation GmbH & Co. KG
This commit is contained in:
Emmanuel Vadot 2025-01-07 09:57:57 +01:00
parent e7fbf52a3e
commit 1b4e117131
3 changed files with 4 additions and 4 deletions

View file

@ -470,9 +470,9 @@ logodefs = {
}
brand_position = {x = 2, y = 1}
logo_position = {x = 46, y = 4}
logo_position = {x = 40, y = 10}
menu_position = {x = 5, y = 10}
frame_size = {w = 42, h = 14}
frame_size = {w = 39, h = 14}
default_shift = {x = 0, y = 0}
shift = default_shift

View file

@ -45,7 +45,7 @@ return {
" .---.....----.\027[m",
},
requires_color = true,
shift = {x = 2, y = 3},
shift = {x = 2, y = -1},
image = "/boot/images/freebsd-logo-rev.png",
image_rl = 15
}

View file

@ -44,6 +44,6 @@ return {
" .-- `--.",
" .---.....----.",
},
shift = {x = 2, y = 4},
shift = {x = 2, y = -1},
}
}