added enough room for messages in formspec_helpers.lua

This commit is contained in:
Sokomine 2022-11-20 22:06:34 +01:00
parent 1ad3bc4498
commit 5445e20160

View File

@ -114,7 +114,7 @@ yl_speak_up.input_fs_manage_general = function(player, formname, fields,
end
yl_speak_up.show_fs(player, "msg", {
input_to = "yl_speak_up:"..formname,
formspec = "size[6,2]"..
formspec = "size[10,2]"..
"label[0.2,0.0;"..error_msg.."]"..
"button[1.5,1.5;2,0.9;back_from_msg;Back]"})
return