1
0
Fork 0
mirror of https://github.com/HenkKalkwater/harbour-sailfin.git synced 2024-05-02 12:42:42 +00:00

Fix user icons displaying outside their delegate

This commit is contained in:
Chris Josten 2020-09-26 03:22:55 +02:00
parent c700f9c374
commit 02f73fe11d

View file

@ -10,6 +10,7 @@ GridItem {
anchors.fill: parent
source: root.image ? root.image : "image://theme/icon-m-contact?" + ((root.highlighted || root.down) ? Theme.highlightColor : Theme.primaryColor)
fillMode: Image.PreserveAspectCrop
clip: true
}
Rectangle {
anchors.fill: parent