Remove ItemDelegate in RoomListForm.
This commit is contained in:
parent
cca9467703
commit
391473e559
|
@ -124,7 +124,7 @@ Item {
|
||||||
|
|
||||||
ScrollBar.vertical: ScrollBar { id: scrollBar }
|
ScrollBar.vertical: ScrollBar { id: scrollBar }
|
||||||
|
|
||||||
delegate: ItemDelegate {
|
delegate: Item {
|
||||||
width: parent.width
|
width: parent.width
|
||||||
height: 80
|
height: 80
|
||||||
|
|
||||||
|
@ -146,7 +146,7 @@ Item {
|
||||||
visible: unreadCount > 0
|
visible: unreadCount > 0
|
||||||
}
|
}
|
||||||
|
|
||||||
contentItem: RowLayout {
|
RowLayout {
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
anchors.margins: 16
|
anchors.margins: 16
|
||||||
spacing: 16
|
spacing: 16
|
||||||
|
|
Loading…
Reference in New Issue