Page MenuHomeFreeBSD

loader: Fix orb position
ClosedPublic

Authored by manu on Jan 7 2025, 9:40 AM.
Tags
None
Referenced Files
F151037154: D48353.diff
Sun, Apr 5, 2:25 PM
F150994890: D48353.id148965.diff
Sun, Apr 5, 8:57 AM
F150944727: D48353.id148861.diff
Sun, Apr 5, 2:53 AM
Unknown Object (File)
Sat, Apr 4, 12:49 PM
Unknown Object (File)
Sat, Apr 4, 2:21 AM
Unknown Object (File)
Sun, Mar 29, 9:26 AM
Unknown Object (File)
Wed, Mar 25, 4:33 AM
Unknown Object (File)
Wed, Mar 25, 4:30 AM

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.