Control should be (in)visible, not (just) image.

part oc CURA-8561
This commit is contained in:
Remco Burema 2021-11-12 08:52:48 +01:00
parent 4a7a74cba6
commit d47b2fb5dd
No known key found for this signature in database
GPG key ID: 215C49431D43F98C

View file

@ -101,6 +101,7 @@ Rectangle
Layout.alignment: Qt.AlignTop
enabled: packageData.isVerified
visible: packageData.isVerified
Cura.ToolTip
{
@ -113,7 +114,6 @@ Rectangle
anchors.fill: parent
color: UM.Theme.getColor("primary")
visible: packageData.isVerified
source: UM.Theme.getIcon("CheckCircle")
}
@ -142,7 +142,6 @@ Rectangle
anchors.fill: parent
color: UM.Theme.getColor("primary")
visible: packageData.isVerified
source: UM.Theme.getIcon("CheckCircle") // TODO
}