Replaced the logobot.svg image with a new placeholder.svg image

CURA-7162
This commit is contained in:
Dimitriovski 2020-02-21 17:05:27 +01:00
parent 27777c759c
commit 510acfab62
No known key found for this signature in database
GPG key ID: 4E62757E2B0D304D
7 changed files with 8 additions and 8 deletions

View file

@ -67,7 +67,7 @@ Item
width: UM.Theme.getSize("toolbox_thumbnail_small").width - UM.Theme.getSize("wide_margin").width
height: UM.Theme.getSize("toolbox_thumbnail_small").height - UM.Theme.getSize("wide_margin").width
fillMode: Image.PreserveAspectFit
source: model.icon_url || "../../images/logobot.svg"
source: model.icon_url || "../../images/placeholder.svg"
mipmap: true
}
UM.RecolorImage