From e1068fb3bc8c798083f0b8678891731c24da71e9 Mon Sep 17 00:00:00 2001 From: "j.delarago" Date: Fri, 4 Mar 2022 14:12:11 +0100 Subject: Replace Text.Align with custom enum alignment CURA-8943 --- plugins/Marketplace/resources/qml/PackageDetails.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/Marketplace/resources') diff --git a/plugins/Marketplace/resources/qml/PackageDetails.qml b/plugins/Marketplace/resources/qml/PackageDetails.qml index 4bf32c53d7..6e5ec0fbf5 100644 --- a/plugins/Marketplace/resources/qml/PackageDetails.qml +++ b/plugins/Marketplace/resources/qml/PackageDetails.qml @@ -38,7 +38,7 @@ Item onClicked: contextStack.pop() //Remove this page, returning to the main package list or whichever thing is beneath it. tooltip: catalog.i18nc("@button:tooltip", "Back") - toolTipContentAlignment: Text.AlignRight + toolTipContentAlignment: UM.Enums.ContentAlignment.AlignRight leftPadding: UM.Theme.getSize("narrow_margin").width rightPadding: leftPadding iconSource: UM.Theme.getIcon("ArrowLeft") -- cgit v1.2.3