mirror of
https://github.com/mt-mods/pipeworks.git
synced 2026-01-05 04:45:21 +01:00
fix button pos
This commit is contained in:
@@ -32,7 +32,7 @@ local function set_filter_formspec(data, meta)
|
|||||||
local exmatch_button = ""
|
local exmatch_button = ""
|
||||||
if data.stackwise then
|
if data.stackwise then
|
||||||
exmatch_button =
|
exmatch_button =
|
||||||
fs_helpers.cycling_button(meta, "button[4,3.5;4,1", "exmatch_mode",
|
fs_helpers.cycling_button(meta, "button["..(10.2-(0.22)-4)..",4.5;4,1", "exmatch_mode",
|
||||||
{S("Exact match - off"),
|
{S("Exact match - off"),
|
||||||
S("Exact match - on")})
|
S("Exact match - on")})
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user