Use AutoListView.

Fixes #84.
This commit is contained in:
Black Hat
2018-10-15 09:56:30 +08:00
parent 3d104ddccc
commit 1c3fcef542
11 changed files with 18 additions and 23 deletions

View File

@@ -94,7 +94,7 @@ Rectangle {
]
}
ListView {
AutoListView {
Layout.fillWidth: true
Layout.fillHeight: true
@@ -102,7 +102,6 @@ Rectangle {
spacing: 1
clip: true
interactive: false
model: roomListProxyModel
@@ -137,12 +136,6 @@ Rectangle {
}
RoomContextMenu { id: roomContextMenu }
ScrollHelper {
anchors.fill: parent
flickable: parent
}
}
}
}