Browse Source

Fix direction of tooltip point

CURA-8561
Jaime van Kessel 3 years ago
parent
commit
f01ce5b43c
1 changed files with 1 additions and 0 deletions
  1. 1 0
      plugins/Marketplace/resources/qml/PackageCard.qml

+ 1 - 0
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