mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-06 05:23:58 -06:00
Path for placeholder image was one to many folders up.
CURA-9146
This commit is contained in:
parent
f8bfd0ef28
commit
68de54c803
2 changed files with 3 additions and 3 deletions
|
@ -67,7 +67,7 @@ UM.Dialog
|
|||
Image
|
||||
{
|
||||
id: packageIcon
|
||||
source: model.icon_url || Qt.resolvedUrl("../../images/placeholder.svg")
|
||||
source: model.icon_url || Qt.resolvedUrl("../images/placeholder.svg")
|
||||
height: lineHeight
|
||||
width: height
|
||||
sourceSize.height: height
|
||||
|
@ -109,7 +109,7 @@ UM.Dialog
|
|||
Image
|
||||
{
|
||||
id: packageIcon
|
||||
source: model.icon_url || Qt.resolvedUrl("../../images/placeholder.svg")
|
||||
source: model.icon_url || Qt.resolvedUrl("../images/placeholder.svg")
|
||||
height: lineHeight
|
||||
width: height
|
||||
sourceSize.height: height
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue