From d3ca7a02eb2f8522801bd4e5e6ea5d53171848b5 Mon Sep 17 00:00:00 2001 From: Camila Ayres Date: Thu, 12 Sep 2024 19:52:13 +0200 Subject: [PATCH] Add margin space to the right of the 3 dots user menu. Signed-off-by: Camila Ayres --- src/gui/tray/UserLine.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/gui/tray/UserLine.qml b/src/gui/tray/UserLine.qml index 053a6a6a5d..396acfc472 100644 --- a/src/gui/tray/UserLine.qml +++ b/src/gui/tray/UserLine.qml @@ -151,6 +151,7 @@ AbstractButton { anchors.fill: parent source: "image://svgimage-custom-color/more.svg/" + palette.windowText fillMode: Image.PreserveAspectFit + anchors.rightMargin: Style.accountLabelsAnchorsMargin } AutoSizingMenu {