|
|
@ -86,8 +86,7 @@ Item { |
|
|
|
|
|
|
|
|
|
|
|
delegate: Settings.bubbles ? bubbleMessageStyle : defaultMessageStyle |
|
|
|
delegate: Settings.bubbles ? bubbleMessageStyle : defaultMessageStyle |
|
|
|
footer: Item { |
|
|
|
footer: Item { |
|
|
|
anchors.horizontalCenter: parent.horizontalCenter |
|
|
|
width: chat.delegateMaxWidth |
|
|
|
anchors.margins: Nheko.paddingLarge |
|
|
|
|
|
|
|
// hacky, but works |
|
|
|
// hacky, but works |
|
|
|
height: loadingSpinner.height + 2 * Nheko.paddingLarge |
|
|
|
height: loadingSpinner.height + 2 * Nheko.paddingLarge |
|
|
|
visible: (room && room.paginationInProgress) || chat.filteringInProgress |
|
|
|
visible: (room && room.paginationInProgress) || chat.filteringInProgress |
|
|
|