fix trashcan overlay over 'guy-in-circle'

This commit is contained in:
Alexander Ivash 2018-06-01 02:38:41 +03:00
parent 41a9b22bf6
commit e4d6528ab9

View file

@ -760,13 +760,13 @@ Rectangle {
color: '#AFAFAF' color: '#AFAFAF'
opacity: 0.4 opacity: 0.4
radius: 5 radius: 5
visible: isInManageState && !container.highlighted && thumbnailUrl !== '' visible: isInManageState && !container.highlighted && !getMoreAvatars
} }
HiFiGlyphs { HiFiGlyphs {
anchors.fill: parent anchors.fill: parent
text: "{" text: "{"
visible: isInManageState && !container.highlighted && thumbnailUrl !== '' visible: isInManageState && !container.highlighted && !getMoreAvatars
horizontalAlignment: Text.AlignHCenter horizontalAlignment: Text.AlignHCenter
size: 56 size: 56
} }