From 8e8c12427d9c84574411840880201d2dd2d24de5 Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Wed, 3 Aug 2016 00:26:08 +0200 Subject: Increase with of text template --- init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.lua b/init.lua index 2ea8a40..5c5fbef 100644 --- a/init.lua +++ b/init.lua @@ -151,7 +151,7 @@ doc.entry_templates = {} -- Freeform text doc.entry_templates.text = function(data) - return "textarea[0.25,0.5;11,8;;"..minetest.formspec_escape(data)..";]" + return "textarea[0.25,0.5;12,8;;"..minetest.formspec_escape(data)..";]" end --[[ Functions for internal use ]] -- cgit v1.2.3