Fix placeholder text being visible behind transparent avatars

This commit is contained in:
Nicolas Werner 2020-02-23 15:47:19 +01:00
parent f3a2fdb7c9
commit 653ad0be97
1 changed files with 1 additions and 0 deletions

View File

@ -25,6 +25,7 @@ Rectangle {
font.pixelSize: avatar.height/2
verticalAlignment: Text.AlignVCenter
horizontalAlignment: Text.AlignHCenter
visible: img.status != Image.Ready
}
Image {