mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-08 22:35:03 -06:00
Also make description area foldable.
part of CURA-8561
This commit is contained in:
parent
82f140aa39
commit
4a7a74cba6
1 changed files with 11 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue