mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-05 04:54:04 -06:00
Use correct status icon
CURA-6990
This commit is contained in:
parent
277a6a38b2
commit
70c36fc80f
1 changed files with 3 additions and 20 deletions
|
@ -89,29 +89,12 @@ Item
|
|||
Layout.preferredWidth: parent.width
|
||||
Layout.preferredHeight: childrenRect.height
|
||||
|
||||
UM.ColorImage
|
||||
UM.StatusIcon
|
||||
{
|
||||
id: badge
|
||||
|
||||
width: UM.Theme.getSize("section_icon").width
|
||||
width: UM.Theme.getSize("section_icon").width + UM.Theme.getSize("narrow_margin").width
|
||||
height: UM.Theme.getSize("section_icon").height
|
||||
|
||||
status: UM.StatusIcon.Status.WARNING
|
||||
visible: packageData.isMissingPackageInformation
|
||||
|
||||
source: UM.Theme.getIcon("WarningBadge", "low")
|
||||
color: UM.Theme.getColor("warning")
|
||||
|
||||
// Make a themable circle in the background so we can change it in other themes
|
||||
Rectangle
|
||||
{
|
||||
id: iconBackground
|
||||
color: UM.Theme.getColor("warning_badge_background")
|
||||
anchors.centerIn: parent
|
||||
width: parent.width - 1.5 //1.5 pixels smaller, (at least sqrt(2), regardless of screen pixel scale) so that the circle doesn't show up behind the icon due to anti-aliasing.
|
||||
height: parent.height - 1.5
|
||||
radius: width / 2
|
||||
z: parent.z - 1
|
||||
}
|
||||
}
|
||||
|
||||
UM.Label
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue