Revert "Remove ScrollHelper. Scrolling is fixed in Qt upstream."

This reverts commit 059d8da6b2
This commit is contained in:
Black Hat
2019-07-17 10:02:50 +00:00
parent 059d8da6b2
commit 9c8d77abdb
7 changed files with 130 additions and 10 deletions

View File

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