1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-10-18 02:19:39 +00:00

loader/menu: tweak for added line

I added a line to the menu, but didn't adjust so things were a
line off. Make the necessary adjustments.

Fixes: 7cb65be96d
Sponsored by: Netflix
MFC After: 3 days
This commit is contained in:
Warner Losh 2024-08-22 17:28:51 -06:00
parent 6aee1dc480
commit 101afbc6ee
2 changed files with 2 additions and 2 deletions

View File

@ -472,7 +472,7 @@ logodefs = {
brand_position = {x = 2, y = 1}
logo_position = {x = 46, y = 4}
menu_position = {x = 5, y = 10}
frame_size = {w = 42, h = 13}
frame_size = {w = 42, h = 14}
default_shift = {x = 0, y = 0}
shift = default_shift

View File

@ -535,7 +535,7 @@ end
function menu.autoboot(delay)
local x = loader.getenv("loader_menu_timeout_x") or 4
local y = loader.getenv("loader_menu_timeout_y") or 23
local y = loader.getenv("loader_menu_timeout_y") or 24
local endtime = loader.time() + delay
local time
local last