forked from Mirrorlandia_minetest/minetest
Fix incorrectly placed label in tab_online (#12732)
This commit is contained in:
parent
79010e972e
commit
4ef221a645
@ -94,7 +94,7 @@ local function get_formspec(tabview, name, tabdata)
|
||||
-- Name / Password
|
||||
"container[0,4.8]" ..
|
||||
"label[0.25,0;" .. fgettext("Name") .. "]" ..
|
||||
"label[3,0;" .. fgettext("Password") .. "]" ..
|
||||
"label[2.875,0;" .. fgettext("Password") .. "]" ..
|
||||
"field[0.25,0.2;2.625,0.75;te_name;;" .. core.formspec_escape(core.settings:get("name")) .. "]" ..
|
||||
"pwdfield[2.875,0.2;2.625,0.75;te_pwd;]" ..
|
||||
"container_end[]" ..
|
||||
|
Loading…
Reference in New Issue
Block a user