mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-22 04:55:48 +03:00
Add margin space to the right of the 3 dots user menu.
Signed-off-by: Camila Ayres <hello@camilasan.com>
This commit is contained in:
parent
c5546c1232
commit
d3ca7a02eb
1 changed files with 1 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue