mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-15 23:15:52 +08:00
Control should be (in)visible, not (just) image.
part oc CURA-8561
This commit is contained in:
parent
4a7a74cba6
commit
d47b2fb5dd
@ -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…
x
Reference in New Issue
Block a user