aboutsummaryrefslogtreecommitdiff
path: root/stand/lua
diff options
context:
space:
mode:
authorKyle Evans <kevans@FreeBSD.org>2025-06-13 02:31:54 +0000
committerKyle Evans <kevans@FreeBSD.org>2025-06-13 02:33:11 +0000
commit1beab149d0b9768ad6d07501326a2060d7b0ba58 (patch)
treeb256b362c242ccbc6eaca24ef1874dff204e4654 /stand/lua
parent33d3373faf30d5e7a1890ab686d932c984bc4b75 (diff)
Diffstat (limited to 'stand/lua')
-rw-r--r--stand/lua/drawer.lua4
1 files changed, 3 insertions, 1 deletions
diff --git a/stand/lua/drawer.lua b/stand/lua/drawer.lua
index bc0dc543a9fd..334d8724f6bc 100644
--- a/stand/lua/drawer.lua
+++ b/stand/lua/drawer.lua
@@ -377,7 +377,9 @@ local function drawlogo()
end
end
- -- XXX What the hell is going on here?
+ -- This is a special little hack for the "none" logo to re-align the
+ -- menu and the brand to avoid having a lot of extraneous whitespace on
+ -- the right side.
if logodef and logodef.ascii.image == none then
shift = logodef.shift
else