Browse Source

Fix custom profiles not always being visible in menu

CURA-7589
Jaime van Kessel 4 years ago
parent
commit
ea7dc0ff01

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

@@ -138,11 +138,7 @@ Popup
                 Item
                 {
                     height: childrenRect.height
-                    anchors
-                    {
-                        left: parent.left
-                        right: parent.right
-                    }
+                    width: popup.contentWidth
 
                     Label
                     {