mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-07 22:13:58 -06:00
Control should be (in)visible, not (just) image.
part oc CURA-8561
This commit is contained in:
parent
4a7a74cba6
commit
d47b2fb5dd
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue