mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-24 03:11:03 -07:00
Fix direction of tooltip point
CURA-8561
This commit is contained in:
parent
d7e023c5ee
commit
f01ce5b43c
1 changed files with 1 additions and 0 deletions
|
|
@ -90,6 +90,7 @@ Rectangle
|
||||||
{
|
{
|
||||||
tooltipText: catalog.i18nc("@info", "Verified")
|
tooltipText: catalog.i18nc("@info", "Verified")
|
||||||
visible: parent.hovered
|
visible: parent.hovered
|
||||||
|
targetPoint: Qt.point(0, Math.round(parent.y + parent.height / 2))
|
||||||
}
|
}
|
||||||
|
|
||||||
Rectangle
|
Rectangle
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue