Skip to content

Commit b857326

Browse files
committed
Shared: tweak checkbox offset
1 parent dcec13a commit b857326

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/api.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ drawers.get_drawer_formspec = function(pos)
6060
end
6161

6262
return drawer_formspec ..
63-
"checkbox[3.5,2;shared;" .. S("Shared") .. ";" .. shared .. "]"
63+
"checkbox[3.5,1.5;shared;" .. S("Shared") .. ";" .. shared .. "]"
6464
end
6565

6666
-- construct drawer

0 commit comments

Comments
 (0)