From c9c6f2cdafd02137a324c081ed86ca614c2d1041 Mon Sep 17 00:00:00 2001 From: Vitaliy Date: Thu, 25 Dec 2025 21:20:00 +0500 Subject: [PATCH] the sizes of the digilene buttons were changed because the Russian text did not fit (#172) --- autocrafter.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/autocrafter.lua b/autocrafter.lua index c0b39cb..deeca6d 100644 --- a/autocrafter.lua +++ b/autocrafter.lua @@ -392,8 +392,8 @@ local function update_meta(meta, enabled) if core.get_modpath("digilines") then fs = fs .. "field[0.22,4.1;4.5,0.75;channel;" .. S("Channel") .. ";${channel}]" .. - "button[5,4.1;1.5,0.75;set_channel;" .. S("Set") .. "]" .. - "button_exit[6.8,4.1;2,0.75;close;" .. S("Close") .. "]" + "button[5,4.1;2,0.75;set_channel;" .. S("Set") .. "]" .. + "button_exit[7.2,4.1;2,0.75;close;" .. S("Close") .. "]" end meta:set_string("formspec", fs)