Browse Source

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

Ghostkeeper 5 years ago
parent
commit
00589e9144
1 changed files with 1 additions and 0 deletions
  1. 1 0
      resources/qml/ExpandablePopup.qml

+ 1 - 0
resources/qml/ExpandablePopup.qml

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