Fix height and vertical layout of popup

Many things were made simpler. This took some time to fix...

Contributes to issue CURA-5876.
This commit is contained in:
Ghostkeeper 2018-11-22 14:57:55 +01:00
parent a826dfb156
commit 7f11142d50
No known key found for this signature in database
GPG key ID: 86BEF881AE2CF276
3 changed files with 29 additions and 30 deletions

View file

@ -8,12 +8,16 @@ import UM 1.3 as UM
Item
{
width: parent.width
height: visible ? childrenRect.height : 0
Label
{
id: header
text: catalog.i18nc("@header", "Configurations")
font: UM.Theme.getFont("large")
color: UM.Theme.getColor("text")
height: contentHeight
anchors
{