Window spacing tweaked for a better look

[url=http://postimg.org/image/tc30kuk0h/][img=http://s32.postimg.org/tc30kuk0h/commandblock.jpg][/url]
This commit is contained in:
Emon 2016-05-17 16:58:24 +02:00
parent 22df28074c
commit 5ee632224a
1 changed files with 3 additions and 3 deletions

View File

@ -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"