3
0
Fork 0
mirror of https://github.com/lubosz/overte.git synced 2025-04-26 07:15:37 +02:00

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'
opacity: 0.4
radius: 5
visible: isInManageState && !container.highlighted && thumbnailUrl !== ''
visible: isInManageState && !container.highlighted && !getMoreAvatars
}
HiFiGlyphs {
anchors.fill: parent
text: "{"
visible: isInManageState && !container.highlighted && thumbnailUrl !== ''
visible: isInManageState && !container.highlighted && !getMoreAvatars
horizontalAlignment: Text.AlignHCenter
size: 56
}