diff --git a/src/gui/tray/Window.qml b/src/gui/tray/Window.qml index f1ac084f0..c7eb6732b 100644 --- a/src/gui/tray/Window.qml +++ b/src/gui/tray/Window.qml @@ -508,7 +508,8 @@ ApplicationWindow { Image { Layout.alignment: Qt.AlignRight verticalAlignment: Qt.AlignCenter - Layout.margins: Style.accountDropDownCaretMargin + horizontalAlignment: Qt.AlignRight + Layout.leftMargin: Style.accountDropDownCaretMargin source: "image://svgimage-custom-color/caret-down.svg/" + palette.windowText sourceSize.width: Style.accountDropDownCaretSize sourceSize.height: Style.accountDropDownCaretSize diff --git a/theme/Style/Style.qml b/theme/Style/Style.qml index 7370e6a71..796e2b63a 100644 --- a/theme/Style/Style.qml +++ b/theme/Style/Style.qml @@ -93,7 +93,7 @@ QtObject { property int folderStateIndicatorSize: 16 property int accountLabelWidth: 128 - property int accountDropDownCaretSize: 20 + property int accountDropDownCaretSize: 10 property int accountDropDownCaretMargin: 8 property int trayFoldersMenuButtonStateIndicatorBottomOffset: 5