Replace Text.Align with custom enum alignment

CURA-8943
This commit is contained in:
j.delarago 2022-03-04 14:12:11 +01:00
parent 3c7498feed
commit e1068fb3bc
3 changed files with 3 additions and 3 deletions

View file

@ -128,7 +128,7 @@ Column
tooltip: text
fixedWidthMode: true
toolTipContentAlignment: Text.AlignLeft
toolTipContentAlignment: UM.Enums.ContentAlignment.AlignLeft
onClicked: UM.Controller.setActiveStage("PreviewStage")
}