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:
Camila Ayres 2024-09-12 19:52:13 +02:00
Родитель c5546c1232
Коммит d3ca7a02eb
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 7A4A6121E88E2AD4
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -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 {