Page MenuHomeFreeBSD

loader: Fix orb position
ClosedPublic

Authored by manu on Jan 7 2025, 9:40 AM.
Tags
None
Referenced Files
Unknown Object (File)
Feb 10 2025, 12:28 AM
Unknown Object (File)
Feb 6 2025, 7:26 PM
Unknown Object (File)
Jan 31 2025, 8:02 AM
Unknown Object (File)
Jan 26 2025, 2:07 PM
Unknown Object (File)
Jan 26 2025, 1:09 AM
Unknown Object (File)
Jan 20 2025, 12:43 PM
Unknown Object (File)
Jan 17 2025, 12:14 PM
Unknown Object (File)
Jan 17 2025, 12:08 PM

Details

Reviewers
tsoome
imp
Group Reviewers
Loader
Commits
rG1b4e11713153: loader: Fix orb position
Summary

Fix the orb position to be aligned with the menu

Sponsored by: Beckhoff Automation GmbH & Co. KG

Test Plan

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

manu requested review of this revision.Jan 7 2025, 9:40 AM
manu added a reviewer: Loader.
This revision is now accepted and ready to land.Jan 7 2025, 10:10 AM
This revision was automatically updated to reflect the committed changes.

It looks like someone has to fix also:
gfx-beastie.lua
gfx-beastiebw.lua
gfx-fbsdbw.lua
gfx-orbbw.lua

See PR 285044
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=285044

stand/lua/drawer.lua
473

In the case of gfx-beastie{,bw}.lua switching back to y = 4 fixes the issue reported in bug 285044.