Fix direction of tooltip point

CURA-8561
This commit is contained in:
Jaime van Kessel 2021-11-17 10:59:31 +01:00
parent d7e023c5ee
commit f01ce5b43c

View file

@ -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