From b55f89a00d68745f460efeeb3d6bb1f4ef79c070 Mon Sep 17 00:00:00 2001 From: kossLAN Date: Mon, 9 Jun 2025 22:00:59 -0400 Subject: [PATCH] bar/systray: add some more margin to text --- bar/popups/MenuWindow.qml | 2 +- bar/systray/TrayMenuEntry.qml | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) 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 {