From: Claudio Cambra Date: Tue, 2 Aug 2022 10:54:16 +0000 (+0200) Subject: Eliminate padding around the menu separator in the account menu X-Git-Tag: archive/raspbian/3.16.7-1_deb13u1+rpi1~1^2~12^2~15^2~51^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=81bb290e4c4ad84e3f2da8153e303206ce81679e;p=nextcloud-desktop.git Eliminate padding around the menu separator in the account menu Signed-off-by: Claudio Cambra --- diff --git a/src/gui/tray/Window.qml b/src/gui/tray/Window.qml index 22c92f648..5fa37edf7 100644 --- a/src/gui/tray/Window.qml +++ b/src/gui/tray/Window.qml @@ -288,11 +288,11 @@ Window { Accessible.onPressAction: addAccountButton.clicked() } - MenuSeparator { - contentItem: Rectangle { - implicitHeight: 1 - color: Style.menuBorder - } + Rectangle { + anchors.left: parent.left + anchors.right: parent.right + implicitHeight: 1 + color: Style.menuBorder } MenuItem {