forked from Shinonome/dots-hyprland
tray menu: fix weird popin anim origin point
This commit is contained in:
@@ -104,7 +104,6 @@ Item {
|
|||||||
id: overflowPopup
|
id: overflowPopup
|
||||||
hoverTarget: trayOverflowButton
|
hoverTarget: trayOverflowButton
|
||||||
active: root.trayOverflowOpen && root.unpinnedItems.length > 0
|
active: root.trayOverflowOpen && root.unpinnedItems.length > 0
|
||||||
popupBackgroundMargin: 300 // This should be plenty... makes sure tooltips don't get cutoff (easily)
|
|
||||||
|
|
||||||
GridLayout {
|
GridLayout {
|
||||||
id: trayOverflowLayout
|
id: trayOverflowLayout
|
||||||
|
|||||||
Reference in New Issue
Block a user