From 54c39ab8a37f0d352097fd77534097294be3fae0 Mon Sep 17 00:00:00 2001 From: LemmyCook Date: Mon, 25 Aug 2025 13:47:02 -0400 Subject: [PATCH] TrayMenu: fixed bottom menu margin --- Modules/Bar/Extras/TrayMenu.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modules/Bar/Extras/TrayMenu.qml b/Modules/Bar/Extras/TrayMenu.qml index a3a24fd..ce57d5e 100644 --- a/Modules/Bar/Extras/TrayMenu.qml +++ b/Modules/Bar/Extras/TrayMenu.qml @@ -20,7 +20,7 @@ PopupWindow { implicitWidth: menuWidth * scaling // Use the content height of the Flickable for implicit height - implicitHeight: Math.min(Screen.height * 0.9, flickable.contentHeight + (Style.marginM * 2 * scaling)) + implicitHeight: Math.min(Screen.height * 0.9, flickable.contentHeight + (Style.marginS * 2 * scaling)) visible: false color: Color.transparent anchor.item: anchorItem