mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-24 05:55:59 +03:00
Fix blurry caret svg due to https://bugreports.qt.io/browse/QTBUG-44863
Signed-off-by: Dominique Fuchs <32204802+DominiqueFuchs@users.noreply.github.com>
This commit is contained in:
parent
dc9744448c
commit
d653618b0a
1 changed files with 2 additions and 0 deletions
|
@ -230,6 +230,8 @@ Window {
|
|||
verticalAlignment: Qt.AlignCenter
|
||||
Layout.margins: 12
|
||||
source: "qrc:///client/theme/white/caret-down.svg"
|
||||
sourceSize.width: 20
|
||||
sourceSize.height: 20
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue