From 358091a8eb19f36c9843b42d61473e35ea87d05b Mon Sep 17 00:00:00 2001 From: Jonathan Rainville Date: Wed, 26 May 2021 11:43:03 -0400 Subject: [PATCH] fix group info list --- ui/app/AppLayouts/Chat/components/GroupInfoPopup.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/app/AppLayouts/Chat/components/GroupInfoPopup.qml b/ui/app/AppLayouts/Chat/components/GroupInfoPopup.qml index 9dd3c186b9..3b205a9029 100644 --- a/ui/app/AppLayouts/Chat/components/GroupInfoPopup.qml +++ b/ui/app/AppLayouts/Chat/components/GroupInfoPopup.qml @@ -230,7 +230,7 @@ ModalPopup { ListView { id: memberList anchors.top: separator2.bottom - anchors.bottom: popup.bottom + anchors.bottom: parent.bottom anchors.topMargin: addMembers ? 30 : Style.current.padding anchors.bottomMargin: Style.current.padding anchors.left: parent.left