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