Browse Source

Fix scrolling through profiles on Qt5.12+

Contributes to issue CURA-6843.
Ghostkeeper 5 years ago
parent
commit
e5c0812acc

+ 2 - 1
resources/qml/PrintSetupSelector/Custom/QualitiesWithIntentMenu.qml

@@ -44,7 +44,7 @@ Popup
         ScrollView
         {
             property real maximumHeight: screenScaleFactor * 400
-
+            contentHeight: dataColumn.height
             height: Math.min(contentHeight, maximumHeight)
             clip: true
 
@@ -52,6 +52,7 @@ Popup
 
             Column
             {
+                id: dataColumn
                 width: parent.width
                 Repeater
                 {