Better positioning for CustomTrayMenu and Tooltip

This commit is contained in:
ly-sec
2025-07-16 14:22:57 +02:00
parent 4ee23e5ce0
commit e0c53fd828
3 changed files with 518 additions and 3 deletions
+2 -2
View File
@@ -18,8 +18,8 @@ PopupWindow {
property real anchorY
anchor.item: anchorItem ? anchorItem : null
anchor.rect.x: anchorX + 10
anchor.rect.y: anchorY
anchor.rect.x: anchorX
anchor.rect.y: anchorY - 4
function showAt(item, x, y) {
if (!item) {