diff --git a/ui/app/AppLayouts/Chat/popups/GroupInfoPopup.qml b/ui/app/AppLayouts/Chat/popups/GroupInfoPopup.qml index 6d6c829e79..951c3ed706 100644 --- a/ui/app/AppLayouts/Chat/popups/GroupInfoPopup.qml +++ b/ui/app/AppLayouts/Chat/popups/GroupInfoPopup.qml @@ -169,7 +169,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 @@ -214,9 +214,9 @@ StatusModal { ListView { id: memberList - spacing: Style.current.padding Layout.fillWidth: true Layout.fillHeight: true + clip: true model: popup.chatContentModule.usersModule.model delegate: StatusListItem { id: contactRow