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

Fix avatar sizes in room list

Small binding loop still exists when fading the room name
parent 0ed468c6
No related branches found
No related tags found
No related merge requests found
...@@ -152,7 +152,9 @@ Page { ...@@ -152,7 +152,9 @@ Page {
Image { Image {
id: roomImage id: roomImage
height: parent.height Layout.alignment: Qt.AlignVCenter | Qt.AlignRight
height: 2 * Theme.fontSizeMedium
width: height width: height
sourceSize.width: height sourceSize.width: height
sourceSize.height: height sourceSize.height: height
......
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