diff options
author | Wuzzy <almikes@aol.com> | 2016-08-03 00:26:08 +0200 |
---|---|---|
committer | Wuzzy <almikes@aol.com> | 2016-08-03 00:26:08 +0200 |
commit | 8e8c12427d9c84574411840880201d2dd2d24de5 (patch) | |
tree | 3e0fa2d470ce000eae55a962654f96eaa99e1a84 | |
parent | 5d06e71af4a15981d43bb5f1115c3f7867a48682 (diff) |
Increase with of text template
-rw-r--r-- | init.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 ]] |