mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 23:23:57 -06:00
Replaced the logobot.svg image with a new placeholder.svg image
CURA-7162
This commit is contained in:
parent
27777c759c
commit
510acfab62
7 changed files with 8 additions and 8 deletions
|
@ -68,7 +68,7 @@ UM.Dialog{
|
|||
Image
|
||||
{
|
||||
id: packageIcon
|
||||
source: model.icon_url || "../../images/logobot.svg"
|
||||
source: model.icon_url || "../../images/placeholder.svg"
|
||||
height: lineHeight
|
||||
width: height
|
||||
mipmap: true
|
||||
|
@ -111,7 +111,7 @@ UM.Dialog{
|
|||
Image
|
||||
{
|
||||
id: packageIcon
|
||||
source: model.icon_url || "../../images/logobot.svg"
|
||||
source: model.icon_url || "../../images/placeholder.svg"
|
||||
height: lineHeight
|
||||
width: height
|
||||
mipmap: true
|
||||
|
|
|
@ -54,7 +54,7 @@ UM.Dialog
|
|||
width: 30 * screenScaleFactor
|
||||
height: width
|
||||
fillMode: Image.PreserveAspectFit
|
||||
source: licenseModel.iconUrl || "../../images/logobot.svg"
|
||||
source: licenseModel.iconUrl || "../../images/placeholder.svg"
|
||||
mipmap: true
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue