From 983e2694a3e277b0ed285bc8510fb1632cd4eae1 Mon Sep 17 00:00:00 2001 From: Damocles Date: Sun, 12 Apr 2026 11:14:06 +0200 Subject: [PATCH] fix flyout position --- modules/Flyout.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/Flyout.qml b/modules/Flyout.qml index 33a77d9..4b184a8 100644 --- a/modules/Flyout.qml +++ b/modules/Flyout.qml @@ -19,7 +19,7 @@ PanelWindow { anchors.left: true // Flush below bar, centered on hovered item - margins.top: M.Theme.barHeight + margins.top: 0 margins.left: Math.max(0, Math.min( Math.round(M.FlyoutState.itemX - implicitWidth / 2), screen.width - implicitWidth