forked from Sokomine/yl_speak_up
added enough room for messages in formspec_helpers.lua
This commit is contained in:
parent
1ad3bc4498
commit
5445e20160
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user