mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 01:30:30 -04:00
loader_4th: brand image is aligned right
With screen border removed, I forgot to update forth brand image
coordinates to avoid image alignment.
(cherry picked from commit 6a3095aa6d)
This commit is contained in:
parent
c10e0a4656
commit
99e1b2d798
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@
|
|||
s" term-putimage" sfind if
|
||||
\ note, we use 0, 0 for image upper left as origin,
|
||||
\ and 0, 7 for lower right to preserve aspect ratio
|
||||
>r 0 0 0 0 7
|
||||
>r 0 1 1 0 7
|
||||
s" /boot/images/freebsd-brand-rev.png"
|
||||
r> execute if 2drop exit then
|
||||
else
|
||||
|
|
|
|||
Loading…
Reference in a new issue