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:
parent
69860ffe55
commit
ba0e0b84c0
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue