From b8573266f18a0a1bdbfcc4e7a960117c7c7c4afd Mon Sep 17 00:00:00 2001 From: mazes 80 <1608580+mazes-80@users.noreply.github.com> Date: Sun, 28 Jul 2024 18:58:44 +0200 Subject: [PATCH] Shared: tweak checkbox offset --- lua/api.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/api.lua b/lua/api.lua index 07003ad..5a2eb63 100755 --- a/lua/api.lua +++ b/lua/api.lua @@ -60,7 +60,7 @@ drawers.get_drawer_formspec = function(pos) end return drawer_formspec .. - "checkbox[3.5,2;shared;" .. S("Shared") .. ";" .. shared .. "]" + "checkbox[3.5,1.5;shared;" .. S("Shared") .. ";" .. shared .. "]" end -- construct drawer