mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-06 13:34:01 -06:00
Resolve urls through qml
CURA-9146
This commit is contained in:
parent
66fde9100c
commit
7a3af720a8
2 changed files with 3 additions and 3 deletions
|
@ -51,7 +51,7 @@ UM.Dialog
|
|||
sourceSize.width: width
|
||||
sourceSize.height: height
|
||||
fillMode: Image.PreserveAspectFit
|
||||
source: licenseModel.iconUrl || "../../images/placeholder.svg"
|
||||
source: licenseModel.iconUrl || Qt.resolvedUrl("../../images/placeholder.svg")
|
||||
mipmap: true
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue