fix(@desktop/chat): [restore after rebase] Group members list must show only 5

It restores job done in PR #4461 - Task #4386 after base_bc rebase.
This commit is contained in:
Noelia 2022-02-02 11:27:26 +01:00 committed by Noelia
parent 69860ffe55
commit ba0e0b84c0
1 changed files with 2 additions and 2 deletions

View File

@ -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