Add HUserAvatar and HRoomAvatar components

This commit is contained in:
miruka
2019-07-07 00:24:23 -04:00
parent 064fb6e9a2
commit 683ee3e1cf
14 changed files with 55 additions and 59 deletions

View File

@@ -17,7 +17,7 @@ HRectangle {
id: bannerRow
anchors.fill: parent
HAvatar {
HUserAvatar {
id: bannerAvatar
dimension: banner.Layout.preferredHeight
}