fix: add scrollview to channellist

This commit is contained in:
Richard Ramos 2020-07-22 12:24:07 -04:00 committed by Iuri Matias
parent 21cdcfcb87
commit 192fbbea69
1 changed files with 2 additions and 1 deletions

View File

@ -5,7 +5,7 @@ import "../../../../shared"
import "../../../../imports"
import "../components"
Item {
ScrollView {
property alias channelListCount: chatGroupsListView.count
property string searchStr: ""
id: chatGroupsContainer
@ -20,6 +20,7 @@ Item {
anchors.left: parent.left
anchors.rightMargin: Style.current.padding
anchors.leftMargin: Style.current.padding
clip: true
model: chatsModel.chats
delegate: Channel {
name: model.name