From a809b7f11e532b79f93f578dadb10784dfd1a82c Mon Sep 17 00:00:00 2001 From: Tobias Fella Date: Fri, 11 Oct 2024 15:07:46 +0200 Subject: [PATCH] Fix avatar size for some uncommon cases --- src/qml/RoomDelegate.qml | 1 - 1 file changed, 1 deletion(-) diff --git a/src/qml/RoomDelegate.qml b/src/qml/RoomDelegate.qml index 4bc6be5ea..6938d814b 100644 --- a/src/qml/RoomDelegate.qml +++ b/src/qml/RoomDelegate.qml @@ -65,7 +65,6 @@ Delegates.RoundedItemDelegate { notificationHighlight: root.hasHighlightNotifications showNotificationLabel: root.hasNotifications && root.collapsed - Layout.fillHeight: true Layout.preferredWidth: height }