Fix caret-down icon theme, size and alignment.

Signed-off-by: Camila Ayres <hello@camilasan.com>
This commit is contained in:
Camila Ayres 2024-09-11 15:45:09 +02:00
parent f8a0551dba
commit bbf4f3125a
No known key found for this signature in database
GPG key ID: 7A4A6121E88E2AD4
2 changed files with 3 additions and 2 deletions

View file

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

View file

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