From 5ee632224a3229fee0fc976dc16f2b6e1dce826c Mon Sep 17 00:00:00 2001 From: Emon Date: Tue, 17 May 2016 16:58:24 +0200 Subject: [PATCH] Window spacing tweaked for a better look [url=http://postimg.org/image/tc30kuk0h/][img=http://s32.postimg.org/tc30kuk0h/commandblock.jpg][/url] --- mesecons_commandblock/init.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mesecons_commandblock/init.lua b/mesecons_commandblock/init.lua index 3c6a513..12b789c 100644 --- a/mesecons_commandblock/init.lua +++ b/mesecons_commandblock/init.lua @@ -45,10 +45,10 @@ minetest.register_chatcommand("hp", { local function initialize_data(meta) local commands = minetest.formspec_escape(meta:get_string("commands")) meta:set_string("formspec", - "invsize[9,5;]" .. + "invsize[9,5.5;]" .. "textarea[0.5,0.5;8.5,4;commands;Commands;"..commands.."]" .. - "label[1,3.8;@nearest, @farthest, and @random are replaced by\nthe respective player names]" .. - "button_exit[3.3,4.5;2,1;submit;Submit]") + "label[1,4.0;@nearest, @farthest, and @random are replaced by\nthe respective player names]" .. + "button_exit[3.5,4.85;2,1;submit;Submit]") local owner = meta:get_string("owner") if owner == "" then owner = "not owned"