mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-08-15 18:43:59 +00:00
Better positioning for CustomTrayMenu and Tooltip
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user