Properly align center.

CURA-9106
This commit is contained in:
Remco Burema 2022-05-10 19:12:52 +02:00
parent 5479479596
commit 16eb78a5a7

View file

@ -58,7 +58,7 @@ Cura.ExpandablePopup
Layout.preferredHeight: headerBase.height
Layout.maximumHeight: headerBase.height
Layout.fillHeight: true
Layout.alignment: Qt.AlignmentFlag.AlignHCenter | Qt.AlignmentFlag.AlignVCenter
Layout.alignment: Qt.AlignCenter
property var extruderStack: activeMachine ? activeMachine.extruderList[model.index]: null
property bool valueWarning: !Cura.ExtruderManager.getExtruderHasQualityForMaterial(extruderStack)