[#2813] Fixing chat layout bugs

* Added clipping and scrollbar in user lists
This commit is contained in:
Alexandra Betouni 2021-07-27 11:51:32 +03:00 committed by Iuri Matias
parent ed223f15da
commit c7c3c5dc9d
2 changed files with 4 additions and 0 deletions

View File

@ -39,6 +39,8 @@ Item {
ListView {
id: userListView
clip: true
ScrollBar.vertical: ScrollBar { }
anchors {
left: parent.left
top: titleText.bottom

View File

@ -41,6 +41,8 @@ Item {
ListView {
id: userListView
clip: true
ScrollBar.vertical: ScrollBar { }
anchors {
top: titleText.bottom
topMargin: Style.current.padding