Remove ScrollHelper. Scrolling is fixed in Qt upstream.

This commit is contained in:
Black Hat
2019-07-17 16:02:54 +08:00
parent 8e9084d0db
commit 059d8da6b2
7 changed files with 10 additions and 130 deletions

View File

@@ -172,7 +172,7 @@ Drawer {
}
}
AutoListView {
ListView {
Layout.fillWidth: true
Layout.fillHeight: true
@@ -180,6 +180,8 @@ Drawer {
clip: true
pixelAligned: true
boundsBehavior: Flickable.DragOverBounds
model: UserListModel {