Skip to content

Commit

Permalink
Shared: tweak checkbox offset
Browse files Browse the repository at this point in the history
  • Loading branch information
mazes-80 committed Jul 28, 2024
1 parent dcec13a commit b857326
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/api.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b857326

Please sign in to comment.