From f01ce5b43c54ff4900f809d9517d12439b1aaab0 Mon Sep 17 00:00:00 2001 From: Jaime van Kessel Date: Wed, 17 Nov 2021 10:59:31 +0100 Subject: [PATCH] Fix direction of tooltip point CURA-8561 --- plugins/Marketplace/resources/qml/PackageCard.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/Marketplace/resources/qml/PackageCard.qml b/plugins/Marketplace/resources/qml/PackageCard.qml index 5c1b0fc5fa..8177cac19d 100644 --- a/plugins/Marketplace/resources/qml/PackageCard.qml +++ b/plugins/Marketplace/resources/qml/PackageCard.qml @@ -90,6 +90,7 @@ Rectangle { tooltipText: catalog.i18nc("@info", "Verified") visible: parent.hovered + targetPoint: Qt.point(0, Math.round(parent.y + parent.height / 2)) } Rectangle