Commit 912b0e8a authored by Ronan Abhamon's avatar Ronan Abhamon

fix(ui/modules/Common/View/ScrollableListView): remove `contentHeight`...

 fix(ui/modules/Common/View/ScrollableListView): remove `contentHeight` support due to an `loop contentWidth` error in `Chat`
parent 8576147a
......@@ -22,7 +22,6 @@ ListView {
boundsBehavior: Flickable.StopAtBounds
clip: true
contentHeight: hScrollBar.visible ? height - hScrollBar.height : height
contentWidth: vScrollBar.visible ? width - vScrollBar.width : width
spacing: 0
}
......@@ -30,11 +30,9 @@ Rectangle {
color: _backgroundColor
ColumnLayout {
anchors.fill: parent
spacing: 0
ScrollableListView {
id: chat
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment