HListView component with animations
This commit is contained in:
@@ -6,7 +6,7 @@ HRectangle {
|
||||
|
||||
color: HStyle.chat.roomEventList.background
|
||||
|
||||
ListView {
|
||||
HListView {
|
||||
id: roomEventListView
|
||||
delegate: RoomEventDelegate {}
|
||||
model: Backend.roomEvents.get(chatPage.roomId)
|
||||
|
@@ -8,7 +8,7 @@ HColumnLayout {
|
||||
Layout.leftMargin: roomSidePane.collapsed ? 0 : normalSpacing
|
||||
Layout.rightMargin: Layout.leftMargin
|
||||
|
||||
ListView {
|
||||
HListView {
|
||||
id: memberList
|
||||
|
||||
spacing: parent.Layout.leftMargin
|
||||
|
Reference in New Issue
Block a user