Communicate to PackageCard whether it is a detailed card or not

If it is detailed, it currently hides the short description. That is not quite enough, but we'll expand that behaviour.

Contributes to issue CURA-8565.
This commit is contained in:
Ghostkeeper 2021-11-29 16:38:24 +01:00
parent 61fdd5dc72
commit 8ecd2f86a4
No known key found for this signature in database
GPG key ID: D2A8871EE34EC59A
2 changed files with 7 additions and 4 deletions

View file

@ -69,7 +69,6 @@ Item
PackageCard
{
packageData: detailPage.packageData
anchors
{
left: parent.left
@ -79,6 +78,9 @@ Item
top: parent.top
topMargin: UM.Theme.getSize("default_margin").height
}
packageData: detailPage.packageData
expanded: true
}
}
}