mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 07:03:56 -06:00
Properly align center.
CURA-9106
This commit is contained in:
parent
5479479596
commit
16eb78a5a7
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue