Scale images before blitting the green + on top

Closes #3654
This commit is contained in:
Joseph Gelfand 2018-10-17 16:40:40 -06:00 committed by Gregory A Lundberg
parent edab243b9d
commit 0aee38d087
No known key found for this signature in database
GPG key ID: 149484078AE8AE9E

View file

@ -167,7 +167,7 @@ void addon_list::set_addons(const addons_list& addons)
item["label"] = addon.display_title();
data.emplace("name", item);
} else {
item["label"] = addon.display_icon() + "~BLIT(icons/icon-addon-publish.png)";
item["label"] = addon.display_icon() + "~SCALE(72,72)~BLIT(icons/icon-addon-publish.png,8,8)";
data.emplace("icon", item);
const std::string publish_name = formatter()