From: Camila Ayres Date: Thu, 12 Sep 2024 17:52:13 +0000 (+0200) Subject: Add margin space to the right of the 3 dots user menu. X-Git-Tag: archive/raspbian/3.16.7-1_deb13u1+rpi1~1^2~12^2~6^2~18^2~14 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=45afe464b4c039de6d93f7151a2092abbb840fc6;p=nextcloud-desktop.git Add margin space to the right of the 3 dots user menu. Signed-off-by: Camila Ayres --- diff --git a/src/gui/tray/UserLine.qml b/src/gui/tray/UserLine.qml index 053a6a6a5..396acfc47 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 {