Browse Source

Fix the positioning of multi-line tooltip anchor-points

fieldOfView 5 years ago
parent
commit
67af1aa19d
1 changed files with 1 additions and 0 deletions
  1. 1 0
      resources/qml/ActionButton.qml

+ 1 - 0
resources/qml/ActionButton.qml

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