Browse Source

Properly align center.

CURA-9106
Remco Burema 2 years ago
parent
commit
16eb78a5a7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      resources/qml/Menus/ConfigurationMenu/ConfigurationMenu.qml

+ 1 - 1
resources/qml/Menus/ConfigurationMenu/ConfigurationMenu.qml

@@ -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)