more misc theming tweaks

minor UI update
This commit is contained in:
Vanessa Dannenberg 2021-03-10 21:25:52 -05:00
parent ed70f51e83
commit beb4eb35b4
3 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 KiB

After

Width:  |  Height:  |  Size: 697 B

View File

@ -316,7 +316,7 @@ end
function ui.make_trash_slot(xpos, ypos)
return
ui.single_slot(xpos, ypos)..
"image["..xpos..","..ypos..";1.25,1.25;"..dreambuilder_theme.name.."_ui_trash_slot_icon.png^[opacity:95]"..
"image["..xpos..","..ypos..";1.25,1.25;"..dreambuilder_theme.name.."_ui_trash_slot_icon.png]"..
"list[detached:trash;main;"..(xpos + ui.list_img_offset)..","..(ypos + ui.list_img_offset)..";1,1;]"
end

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 KiB

After

Width:  |  Height:  |  Size: 697 B