diff --git a/resources/qml/ActionButton.qml b/resources/qml/ActionButton.qml index 04b57fc9d9..6d28d0ed52 100644 --- a/resources/qml/ActionButton.qml +++ b/resources/qml/ActionButton.qml @@ -145,6 +145,7 @@ Button } return true; } + targetPoint: Qt.point(parent.x, Math.round(parent.y + parent.height / 2)) } BusyIndicator