From 38bd5f14224c3f6a8b7acc4a6dd8fb162ff3fadc Mon Sep 17 00:00:00 2001 From: Pascal Precht Date: Tue, 16 Mar 2021 16:09:05 +0100 Subject: [PATCH] fix(Communities): remove type error in item width There's no `parent` in that componen, which results in a QML type error at runtime. --- .../CommunityComponents/CommunityProfilePopupMembersList.qml | 1 - 1 file changed, 1 deletion(-) diff --git a/ui/app/AppLayouts/Chat/CommunityComponents/CommunityProfilePopupMembersList.qml b/ui/app/AppLayouts/Chat/CommunityComponents/CommunityProfilePopupMembersList.qml index 0470684c76..6b226fed28 100644 --- a/ui/app/AppLayouts/Chat/CommunityComponents/CommunityProfilePopupMembersList.qml +++ b/ui/app/AppLayouts/Chat/CommunityComponents/CommunityProfilePopupMembersList.qml @@ -11,7 +11,6 @@ Item { property string headerTitle: "" property string headerDescription: "" property string headerImageSource: "" - width: parent.width height: childrenRect.height CommunityPopupButton {