From 9152e07b6042355d213adfc6408afc3a7933bf50 Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Wed, 18 Nov 2020 15:39:09 +0100 Subject: [PATCH] Enlarge formspec --- init.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/init.lua b/init.lua index a7e456d..b9b11f5 100644 --- a/init.lua +++ b/init.lua @@ -158,8 +158,8 @@ local open_command_configuration = function(itemstack, player, pointed_thing) end end local formspec = - "size[6,6]".. - "textarea[0.25,0;6,5;commands;"..F(S("Commands:"))..";"..F(commands_str).."]".. + "size[12,6]".. + "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[3.5,5;2,1;cancel;"..F(S("Cancel")).."]" minetest.show_formspec(player_name, "cmdtool", formspec)