use correct overlay for avatars in management state

This commit is contained in:
Alexander Ivash 2018-04-27 23:45:25 +03:00
parent 3acde99587
commit 34693a8562

View file

@ -565,11 +565,11 @@ Rectangle {
}
}
Colorize {
Rectangle {
anchors.fill: favoriteAvatarImage
source: favoriteAvatarImage
saturation: 0.2
visible: isInManageState && !container.highlighted
color: '#AFAFAF'
opacity: 0.4
radius: 5
visible: isInManageState && !container.highlighted && url !== ''
}