fix button pos

This commit is contained in:
unknown 2022-04-16 14:31:32 -04:00
parent 7dfa021272
commit 7426e11104
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ local function set_filter_formspec(data, meta)
local exmatch_button = ""
if data.stackwise then
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 - on")})
end