mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 03:00:46 +03:00
Fix placeholder text being visible behind transparent avatars
This commit is contained in:
parent
f3a2fdb7c9
commit
653ad0be97
1 changed files with 1 additions and 0 deletions
|
@ -25,6 +25,7 @@ Rectangle {
|
|||
font.pixelSize: avatar.height/2
|
||||
verticalAlignment: Text.AlignVCenter
|
||||
horizontalAlignment: Text.AlignHCenter
|
||||
visible: img.status != Image.Ready
|
||||
}
|
||||
|
||||
Image {
|
||||
|
|
Loading…
Reference in a new issue