mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 09:59:00 +08:00
Properly align center.
CURA-9106
This commit is contained in:
parent
5479479596
commit
16eb78a5a7
@ -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…
x
Reference in New Issue
Block a user