From e389fcc041159a81c71517bbad18774bbbbd876b Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Sun, 31 May 2020 00:13:25 +0200 Subject: [PATCH] Fix text area being too large --- init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.lua b/init.lua index 330f973..021d249 100644 --- a/init.lua +++ b/init.lua @@ -300,7 +300,7 @@ schemedit.add_form("main", { button[0.5,3.5;6,1;export;]]..F(S("Export schematic")).."]".. import_btn..[[ - textarea[0.8,4.5;6.2,5;;]]..F(S("Export/import path:\n@1", + textarea[0.8,4.5;6.2,2;;]]..F(S("Export/import path:\n@1", export_path_trunc .. DIR_DELIM .. F(S(""))..".mts"))..[[;] field[0.8,7;2,1;x;]]..F(S("X size:"))..[[;]]..xs..[[] field[2.8,7;2,1;y;]]..F(S("Y size:"))..[[;]]..ys..[[]