mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-16 06:25: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
|
Layout.alignment: Qt.AlignTop
|
||||||
|
|
||||||
enabled: packageData.isVerified
|
enabled: packageData.isVerified
|
||||||
|
visible: packageData.isVerified
|
||||||
|
|
||||||
Cura.ToolTip
|
Cura.ToolTip
|
||||||
{
|
{
|
||||||
@ -113,7 +114,6 @@ Rectangle
|
|||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
|
|
||||||
color: UM.Theme.getColor("primary")
|
color: UM.Theme.getColor("primary")
|
||||||
visible: packageData.isVerified
|
|
||||||
source: UM.Theme.getIcon("CheckCircle")
|
source: UM.Theme.getIcon("CheckCircle")
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -142,7 +142,6 @@ Rectangle
|
|||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
|
|
||||||
color: UM.Theme.getColor("primary")
|
color: UM.Theme.getColor("primary")
|
||||||
visible: packageData.isVerified
|
|
||||||
source: UM.Theme.getIcon("CheckCircle") // TODO
|
source: UM.Theme.getIcon("CheckCircle") // TODO
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user