mirror of
https://github.com/luanti-org/luanti.git
synced 2025-09-15 18:57:08 +00:00
Fix bounding rect for formspec elements label vertlabel and checkboxes
This commit is contained in:
parent
2a09b7e84f
commit
65a4630f31
4 changed files with 27 additions and 12 deletions
|
@ -22,7 +22,7 @@ tab_credits = {
|
|||
caption = fgettext("Credits"),
|
||||
cbf_formspec = function (tabview, name, tabdata)
|
||||
local logofile = defaulttexturedir .. "logo.png"
|
||||
return "vertlabel[0,-0.5;CREDITS]" ..
|
||||
return "vertlabel[0,-0.25;CREDITS]" ..
|
||||
"label[0.5,3;Minetest " .. core.get_version() .. "]" ..
|
||||
"label[0.5,3.3;http://minetest.net]" ..
|
||||
"image[0.5,1;" .. core.formspec_escape(logofile) .. "]" ..
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue