mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 04:26:05 +08:00
Path for placeholder image was one to many folders up.
CURA-9146
This commit is contained in:
parent
f8bfd0ef28
commit
68de54c803
@ -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
|
||||
|
@ -51,7 +51,7 @@ UM.Dialog
|
||||
sourceSize.width: width
|
||||
sourceSize.height: height
|
||||
fillMode: Image.PreserveAspectFit
|
||||
source: licenseModel.iconUrl || Qt.resolvedUrl("../../images/placeholder.svg")
|
||||
source: licenseModel.iconUrl || Qt.resolvedUrl("../images/placeholder.svg")
|
||||
mipmap: true
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user