From 8451ca1bdb3b759fcc1c098929dc2e92f227f363 Mon Sep 17 00:00:00 2001 From: cheapie Date: Wed, 11 Jan 2017 02:23:09 -0600 Subject: Formspec cosmetic enhancements --- init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'init.lua') diff --git a/init.lua b/init.lua index d6677b5..76e9ad4 100644 --- a/init.lua +++ b/init.lua @@ -150,7 +150,7 @@ end local function update_ts_formspec(pos,data) local meta = minetest.get_meta(pos) - local fs = "size[10,8]".. + local fs = "size[12,8]".. "background[0,0;0,0;ltc4000e_formspec_bg.png;true]" for _,field in pairs(data) do if field.type == "image" then -- cgit v1.2.3