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:
parent
41a9b22bf6
commit
e4d6528ab9
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue