mirror of
https://github.com/opnsense/src.git
synced 2026-06-12 10:10:24 -04:00
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:
parent
e7fbf52a3e
commit
1b4e117131
3 changed files with 4 additions and 4 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
|
|
@ -44,6 +44,6 @@ return {
|
|||
" .-- `--.",
|
||||
" .---.....----.",
|
||||
},
|
||||
shift = {x = 2, y = 4},
|
||||
shift = {x = 2, y = -1},
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue