mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-25 14:36:01 +03:00
Fix caret colour in basic combo box
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
This commit is contained in:
parent
24e6435289
commit
1dc83bfbd3
1 changed files with 2 additions and 1 deletions
|
@ -51,10 +51,11 @@ ComboBox {
|
|||
cached: true
|
||||
width: source.width
|
||||
height: source.height
|
||||
|
||||
source: Image {
|
||||
horizontalAlignment: Qt.AlignRight
|
||||
verticalAlignment: Qt.AlignVCenter
|
||||
source: "qrc:///client/theme/white/caret-down.svg"
|
||||
source: "image://svgimage-custom-color/caret-down.svg/" + palette.windowText
|
||||
sourceSize.width: Style.accountDropDownCaretSize
|
||||
sourceSize.height: Style.accountDropDownCaretSize
|
||||
Accessible.role: Accessible.PopupMenu
|
||||
|
|
Loading…
Reference in a new issue