1
0
mirror of https://github.com/mt-mods/pipeworks.git synced 2025-12-27 00:25:24 +01:00

the sizes of the digilene buttons were changed because the Russian text did not fit (#172)

This commit is contained in:
Vitaliy
2025-12-25 21:20:00 +05:00
committed by GitHub
parent 2f84acd477
commit c9c6f2cdaf

View File

@@ -392,8 +392,8 @@ local function update_meta(meta, enabled)
if core.get_modpath("digilines") then if core.get_modpath("digilines") then
fs = fs .. "field[0.22,4.1;4.5,0.75;channel;" .. S("Channel") .. fs = fs .. "field[0.22,4.1;4.5,0.75;channel;" .. S("Channel") ..
";${channel}]" .. ";${channel}]" ..
"button[5,4.1;1.5,0.75;set_channel;" .. S("Set") .. "]" .. "button[5,4.1;2,0.75;set_channel;" .. S("Set") .. "]" ..
"button_exit[6.8,4.1;2,0.75;close;" .. S("Close") .. "]" "button_exit[7.2,4.1;2,0.75;close;" .. S("Close") .. "]"
end end
meta:set_string("formspec", fs) meta:set_string("formspec", fs)