mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-15 09:25:58 +08:00
Fix direction of tooltip point
CURA-8561
This commit is contained in:
parent
d7e023c5ee
commit
f01ce5b43c
@ -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…
x
Reference in New Issue
Block a user