Add placeholder image

The 'CicleOutline' image doesn't exist. There is no design for this image so I'm adding the placeholder that the previous Marketplace had.

Contributes to issue CURA-8561.
This commit is contained in:
Ghostkeeper 2021-11-09 15:51:34 +01:00
parent 4014562cdc
commit 2ce31d0e71
No known key found for this signature in database
GPG key ID: 68F39EA88EEED5FF
2 changed files with 4 additions and 1 deletions

View file

@ -32,7 +32,7 @@ Rectangle
Layout.preferredWidth: UM.Theme.getSize("card_icon").width
Layout.preferredHeight: UM.Theme.getSize("card_icon").height
source: packageData.iconUrl != "" ? packageData.iconUrl : UM.Theme.getImage("CicleOutline")
source: packageData.iconUrl != "" ? packageData.iconUrl : "../images/placeholder.svg"
}
Column