diff options
| -rw-r--r-- | stand/lua/drawer.lua | 4 |
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 |
