mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 07:03:56 -06:00
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:
parent
76e43759c7
commit
0b1b4ec01b
2 changed files with 7 additions and 4 deletions
|
@ -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
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue