Fix the positioning of multi-line tooltip anchor-points

This commit is contained in:
fieldOfView 2020-02-28 23:00:56 +01:00
parent 00f406b5dd
commit 67af1aa19d

View file

@ -145,6 +145,7 @@ Button
}
return true;
}
targetPoint: Qt.point(parent.x, Math.round(parent.y + parent.height / 2))
}
BusyIndicator