mirror of
https://github.com/HenkKalkwater/harbour-sailfin.git
synced 2024-11-22 09:15:18 +00:00
Fix user icons displaying outside their delegate
This commit is contained in:
parent
c700f9c374
commit
02f73fe11d
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue