Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F107115415
D48353.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
998 B
Referenced Files
None
Subscribers
None
D48353.diff
View Options
diff --git a/stand/lua/drawer.lua b/stand/lua/drawer.lua
--- a/stand/lua/drawer.lua
+++ b/stand/lua/drawer.lua
@@ -470,9 +470,9 @@
}
brand_position = {x = 2, y = 1}
-logo_position = {x = 46, y = 4}
+logo_position = {x = 40, y = 10}
menu_position = {x = 5, y = 10}
-frame_size = {w = 42, h = 14}
+frame_size = {w = 39, h = 14}
default_shift = {x = 0, y = 0}
shift = default_shift
diff --git a/stand/lua/gfx-orb.lua b/stand/lua/gfx-orb.lua
--- a/stand/lua/gfx-orb.lua
+++ b/stand/lua/gfx-orb.lua
@@ -45,7 +45,7 @@
" .---.....----.\027[m",
},
requires_color = true,
- shift = {x = 2, y = 3},
+ shift = {x = 2, y = -1},
image = "/boot/images/freebsd-logo-rev.png",
image_rl = 15
}
diff --git a/stand/lua/gfx-orbbw.lua b/stand/lua/gfx-orbbw.lua
--- a/stand/lua/gfx-orbbw.lua
+++ b/stand/lua/gfx-orbbw.lua
@@ -44,6 +44,6 @@
" .-- `--.",
" .---.....----.",
},
- shift = {x = 2, y = 4},
+ shift = {x = 2, y = -1},
}
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Jan 11, 8:40 AM (19 h, 15 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
15752191
Default Alt Text
D48353.diff (998 B)
Attached To
Mode
D48353: loader: Fix orb position
Attached
Detach File
Event Timeline
Log In to Comment