mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-16 19:28:07 -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
|
@ -67,7 +67,7 @@ Item
|
||||||
width: UM.Theme.getSize("toolbox_thumbnail_small").width - UM.Theme.getSize("wide_margin").width
|
width: UM.Theme.getSize("toolbox_thumbnail_small").width - UM.Theme.getSize("wide_margin").width
|
||||||
height: UM.Theme.getSize("toolbox_thumbnail_small").height - UM.Theme.getSize("wide_margin").width
|
height: UM.Theme.getSize("toolbox_thumbnail_small").height - UM.Theme.getSize("wide_margin").width
|
||||||
fillMode: Image.PreserveAspectFit
|
fillMode: Image.PreserveAspectFit
|
||||||
source: model.icon_url || "../../images/logobot.svg"
|
source: model.icon_url || "../../images/placeholder.svg"
|
||||||
mipmap: true
|
mipmap: true
|
||||||
}
|
}
|
||||||
UM.RecolorImage
|
UM.RecolorImage
|
||||||
|
|
|
@ -23,7 +23,7 @@ Rectangle
|
||||||
height: UM.Theme.getSize("toolbox_thumbnail_large").height - 4 * UM.Theme.getSize("default_margin").height
|
height: UM.Theme.getSize("toolbox_thumbnail_large").height - 4 * UM.Theme.getSize("default_margin").height
|
||||||
width: UM.Theme.getSize("toolbox_thumbnail_large").height - 4 * UM.Theme.getSize("default_margin").height
|
width: UM.Theme.getSize("toolbox_thumbnail_large").height - 4 * UM.Theme.getSize("default_margin").height
|
||||||
fillMode: Image.PreserveAspectFit
|
fillMode: Image.PreserveAspectFit
|
||||||
source: model.icon_url || "../../images/logobot.svg"
|
source: model.icon_url || "../../images/placeholder.svg"
|
||||||
mipmap: true
|
mipmap: true
|
||||||
anchors
|
anchors
|
||||||
{
|
{
|
||||||
|
|
|
@ -68,7 +68,7 @@ UM.Dialog{
|
||||||
Image
|
Image
|
||||||
{
|
{
|
||||||
id: packageIcon
|
id: packageIcon
|
||||||
source: model.icon_url || "../../images/logobot.svg"
|
source: model.icon_url || "../../images/placeholder.svg"
|
||||||
height: lineHeight
|
height: lineHeight
|
||||||
width: height
|
width: height
|
||||||
mipmap: true
|
mipmap: true
|
||||||
|
@ -111,7 +111,7 @@ UM.Dialog{
|
||||||
Image
|
Image
|
||||||
{
|
{
|
||||||
id: packageIcon
|
id: packageIcon
|
||||||
source: model.icon_url || "../../images/logobot.svg"
|
source: model.icon_url || "../../images/placeholder.svg"
|
||||||
height: lineHeight
|
height: lineHeight
|
||||||
width: height
|
width: height
|
||||||
mipmap: true
|
mipmap: true
|
||||||
|
|
|
@ -54,7 +54,7 @@ UM.Dialog
|
||||||
width: 30 * screenScaleFactor
|
width: 30 * screenScaleFactor
|
||||||
height: width
|
height: width
|
||||||
fillMode: Image.PreserveAspectFit
|
fillMode: Image.PreserveAspectFit
|
||||||
source: licenseModel.iconUrl || "../../images/logobot.svg"
|
source: licenseModel.iconUrl || "../../images/placeholder.svg"
|
||||||
mipmap: true
|
mipmap: true
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -33,7 +33,7 @@ Item
|
||||||
width: UM.Theme.getSize("toolbox_thumbnail_medium").width
|
width: UM.Theme.getSize("toolbox_thumbnail_medium").width
|
||||||
height: UM.Theme.getSize("toolbox_thumbnail_medium").height
|
height: UM.Theme.getSize("toolbox_thumbnail_medium").height
|
||||||
fillMode: Image.PreserveAspectFit
|
fillMode: Image.PreserveAspectFit
|
||||||
source: details.icon_url || "../../images/logobot.svg"
|
source: details.icon_url || "../../images/placeholder.svg"
|
||||||
mipmap: true
|
mipmap: true
|
||||||
anchors
|
anchors
|
||||||
{
|
{
|
||||||
|
|
|
@ -46,7 +46,7 @@ Item
|
||||||
{
|
{
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
fillMode: Image.PreserveAspectFit
|
fillMode: Image.PreserveAspectFit
|
||||||
source: details === null ? "" : (details.icon_url || "../../images/logobot.svg")
|
source: details === null ? "" : (details.icon_url || "../../images/placeholder.svg")
|
||||||
mipmap: true
|
mipmap: true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -20,7 +20,7 @@ Column
|
||||||
{
|
{
|
||||||
id: profileImage
|
id: profileImage
|
||||||
fillMode: Image.PreserveAspectFit
|
fillMode: Image.PreserveAspectFit
|
||||||
source: "../../images/logobot.svg"
|
source: "../../images/placeholder.svg"
|
||||||
anchors.horizontalCenter: parent.horizontalCenter
|
anchors.horizontalCenter: parent.horizontalCenter
|
||||||
width: Math.round(parent.width / 4)
|
width: Math.round(parent.width / 4)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue