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:
@@ -470,9 +470,9 @@ logodefs = {
|
|||||||
}
|
}
|
||||||
|
|
||||||
brand_position = {x = 2, y = 1}
|
brand_position = {x = 2, y = 1}
|
||||||
logo_position = {x = 46, y = 4}
|
logo_position = {x = 40, y = 10}
|
||||||
menu_position = {x = 5, 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}
|
default_shift = {x = 0, y = 0}
|
||||||
shift = default_shift
|
shift = default_shift
|
||||||
|
|
||||||
|
|||||||
@@ -45,7 +45,7 @@ return {
|
|||||||
" .---.....----.\027[m",
|
" .---.....----.\027[m",
|
||||||
},
|
},
|
||||||
requires_color = true,
|
requires_color = true,
|
||||||
shift = {x = 2, y = 3},
|
shift = {x = 2, y = -1},
|
||||||
image = "/boot/images/freebsd-logo-rev.png",
|
image = "/boot/images/freebsd-logo-rev.png",
|
||||||
image_rl = 15
|
image_rl = 15
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -44,6 +44,6 @@ return {
|
|||||||
" .-- `--.",
|
" .-- `--.",
|
||||||
" .---.....----.",
|
" .---.....----.",
|
||||||
},
|
},
|
||||||
shift = {x = 2, y = 4},
|
shift = {x = 2, y = -1},
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user