Show read receipts inline.

This commit is contained in:
Black Hat
2018-09-15 21:09:53 +08:00
parent 48e614164a
commit 03a8eae491
4 changed files with 28 additions and 20 deletions

View File

@@ -121,7 +121,7 @@ Item {
spacing: 8
boundsBehavior: Flickable.DragOverBounds
flickDeceleration: 9001
flickDeceleration: 2000
cacheBuffer: 200
@@ -277,6 +277,7 @@ Item {
id: readMarkerListView
clip: true
boundsBehavior: Flickable.DragOverBounds
delegate: ItemDelegate {
width: parent.width
@@ -303,6 +304,8 @@ Item {
}
}
}
ScrollBar.vertical: ScrollBar {}
}
}
}