Fix tooltip targetpoint.

This commit is contained in:
Remco Burema 2021-12-01 13:48:18 +01:00
parent 1a787e5df2
commit b5e06f6c67
No known key found for this signature in database
GPG key ID: 215C49431D43F98C

View file

@ -120,7 +120,6 @@ Rectangle
Layout.preferredWidth: UM.Theme.getSize("card_tiny_icon").width
Layout.preferredHeight: UM.Theme.getSize("card_tiny_icon").height
enabled: packageData.isCheckedByUltimaker
visible: packageData.isCheckedByUltimaker
@ -136,7 +135,7 @@ Rectangle
}
}
visible: parent.hovered
targetPoint: Qt.point(0, Math.round(parent.y + parent.height / 2))
targetPoint: Qt.point(0, Math.round(parent.y + parent.height / 4))
}
Rectangle