mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-10 07:24:49 +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'
|
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
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue