Skip to content

Commit

Permalink
Fix off-centered trash icon
Browse files Browse the repository at this point in the history
  • Loading branch information
a-blob committed Aug 12, 2024
1 parent d5a5061 commit b2015c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mods/other/crafting/gui.lua
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ if minetest.global_exists("sfinv") then

local formspec = crafting.make_result_selector(player, { x = 8, y = 3 }, context)
formspec = formspec .. "list[detached:crafting_trash;main;0,3.8;1,1;]" ..
"image[0.06,3.9;0.8,0.8;crafting_trash_icon.png]" ..
"image[0.07,3.9;0.8,0.8;crafting_trash_icon.png]" ..
"image_button[1,3.8;1,1;crafting_save_icon.png;save_inv_order;]" ..
"tooltip[save_inv_order;Saves the order of the items in your inventory" ..
"\n(Your saved order is used when you respawn, and is per-mode)]"
Expand Down

0 comments on commit b2015c2

Please sign in to comment.