summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--init.lua2
-rw-r--r--textures/ltc4000e_formspec_bg.pngbin1735 -> 2734 bytes
2 files changed, 1 insertions, 1 deletions
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
diff --git a/textures/ltc4000e_formspec_bg.png b/textures/ltc4000e_formspec_bg.png
index 87c54f2..e835d4f 100644
--- a/textures/ltc4000e_formspec_bg.png
+++ b/textures/ltc4000e_formspec_bg.png
Binary files differ