Enlarge formspec

master
Wuzzy 2020-11-18 15:39:09 +01:00
parent 4c79740827
commit 9152e07b60
1 changed files with 2 additions and 2 deletions

View File

@ -158,8 +158,8 @@ local open_command_configuration = function(itemstack, player, pointed_thing)
end end
end end
local formspec = local formspec =
"size[6,6]".. "size[12,6]"..
"textarea[0.25,0;6,5;commands;"..F(S("Commands:"))..";"..F(commands_str).."]".. "textarea[0.25,0.25;12,5;commands;"..F(S("Commands:"))..";"..F(commands_str).."]"..
"button_exit[0.5,5;2,1;ok;"..F(S("OK")).."]".. "button_exit[0.5,5;2,1;ok;"..F(S("OK")).."]"..
"button_exit[3.5,5;2,1;cancel;"..F(S("Cancel")).."]" "button_exit[3.5,5;2,1;cancel;"..F(S("Cancel")).."]"
minetest.show_formspec(player_name, "cmdtool", formspec) minetest.show_formspec(player_name, "cmdtool", formspec)