mirror of
https://github.com/mt-mods/pipeworks.git
synced 2025-12-26 19:35:27 +01:00
the sizes of the digilene buttons were changed because the Russian text did not fit (#172)
This commit is contained in:
@@ -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)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user