Add scrollhelper.
This commit is contained in:
@@ -102,6 +102,7 @@ Rectangle {
|
||||
|
||||
spacing: 1
|
||||
clip: true
|
||||
interactive: false
|
||||
|
||||
model: roomListProxyModel
|
||||
|
||||
@@ -136,6 +137,12 @@ Rectangle {
|
||||
}
|
||||
|
||||
RoomContextMenu { id: roomContextMenu }
|
||||
|
||||
ScrollHelper {
|
||||
anchors.fill: parent
|
||||
|
||||
flickable: parent
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user