Also make description area foldable.

part of CURA-8561
This commit is contained in:
Remco Burema 2021-11-12 08:45:09 +01:00
parent 82f140aa39
commit 4a7a74cba6
No known key found for this signature in database
GPG key ID: 215C49431D43F98C

View file

@ -29,6 +29,11 @@ Rectangle
target: downloadCountRow
visible: false
}
PropertyChanges
{
target: descriptionArea
visible: true
}
},
State
{
@ -39,6 +44,11 @@ Rectangle
target: downloadCountRow
visible: true
}
PropertyChanges
{
target: descriptionArea
visible: false
}
}
]
@ -186,8 +196,6 @@ Rectangle
spacing: UM.Theme.getSize("thin_margin").width
visible: false // start up invisible (see states)
UM.RecolorImage
{
id: downloadCountIcon
@ -207,6 +215,7 @@ Rectangle
Item
{
id: descriptionArea
width: parent.width
height: descriptionLabel.height