Merge branch 'mb-expandable-popup-qt-5.13-fix' of https://github.com/smartavionics/Cura into smartavionics-mb-expandable-popup-qt-5.13-fix

This commit is contained in:
Ghostkeeper 2019-07-29 14:31:57 +02:00
commit 00589e9144
No known key found for this signature in database
GPG Key ID: 86BEF881AE2CF276

View File

@ -225,6 +225,7 @@ Item
border.width: UM.Theme.getSize("default_lining").width border.width: UM.Theme.getSize("default_lining").width
border.color: UM.Theme.getColor("lining") border.color: UM.Theme.getColor("lining")
radius: UM.Theme.getSize("default_radius").width radius: UM.Theme.getSize("default_radius").width
height: contentItem.implicitHeight || content.height
} }
contentItem: Item {} contentItem: Item {}