Skip to content
Snippets Groups Projects
Commit 653ad0be authored by Nicolas Werner's avatar Nicolas Werner
Browse files

Fix placeholder text being visible behind transparent avatars

parent f3a2fdb7
No related branches found
No related tags found
No related merge requests found
......@@ -25,6 +25,7 @@ Rectangle {
font.pixelSize: avatar.height/2
verticalAlignment: Text.AlignVCenter
horizontalAlignment: Text.AlignHCenter
visible: img.status != Image.Ready
}
Image {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment