diff --git a/bar/popups/MenuWindow.qml b/bar/popups/MenuWindow.qml index 24708bd..62a23bd 100644 --- a/bar/popups/MenuWindow.qml +++ b/bar/popups/MenuWindow.qml @@ -127,7 +127,7 @@ PopupWindow { Item { id: popupContent - implicitWidth: Math.max(root.content?.width, 120) + implicitWidth: Math.max(root.content?.width, 60) implicitHeight: Math.max(childrenRect.height, 60) Behavior on opacity { diff --git a/bar/systray/TrayMenuEntry.qml b/bar/systray/TrayMenuEntry.qml index 91f592e..d4a6063 100644 --- a/bar/systray/TrayMenuEntry.qml +++ b/bar/systray/TrayMenuEntry.qml @@ -105,6 +105,8 @@ ColumnLayout { Layout.fillWidth: true Layout.fillHeight: true + Layout.leftMargin: 6 + Layout.rightMargin: 6 } Item {