diff --git a/ui/app/AppLayouts/Chat/popups/GroupInfoPopup.qml b/ui/app/AppLayouts/Chat/popups/GroupInfoPopup.qml index a583789f72..28f5b920b9 100644 --- a/ui/app/AppLayouts/Chat/popups/GroupInfoPopup.qml +++ b/ui/app/AppLayouts/Chat/popups/GroupInfoPopup.qml @@ -162,7 +162,7 @@ StatusModal { id: groupInfoItem width: parent.width - 2*Style.current.padding - height: parent.height + height: parent.height - 2*Style.current.padding anchors.top: parent.top anchors.topMargin: Style.current.padding anchors.horizontalCenter: parent.horizontalCenter @@ -205,9 +205,9 @@ StatusModal { ListView { id: memberList - spacing: Style.current.padding Layout.fillWidth: true Layout.fillHeight: true + clip: true model: popup.channel? popup.channel.members : [] delegate: StatusListItem { id: contactRow