Bring back clipping for RoomEventsList

This commit is contained in:
miruka 2019-05-02 15:01:25 -04:00
parent 51386821bc
commit 6bc6998fde

View File

@ -11,6 +11,7 @@ HGlassRectangle {
id: roomEventListView
delegate: RoomEventDelegate {}
model: Backend.roomEvents.get(chatPage.roomId)
clip: true
anchors.fill: parent
anchors.leftMargin: space