Skip to content

Commit

Permalink
Merge pull request #4802 from nextcloud/work/account-menu-separator
Browse files Browse the repository at this point in the history
Eliminate padding around the menu separator in the account menu
  • Loading branch information
claucambra authored Aug 8, 2022
2 parents dab1a19 + 81bb290 commit ec2bba7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/gui/tray/Window.qml
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit ec2bba7

Please sign in to comment.