mirror of
https://github.com/minetest/minetest.git
synced 2025-03-06 20:48:40 +01:00
Fix incorrectly placed label in tab_online (#12732)
This commit is contained in:
parent
75d88dcae2
commit
2854c19792
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue