uiux(Chat): add margin between group header messages and fetch-more button

Closes #1087
This commit is contained in:
Pascal Precht 2020-10-06 13:14:15 +02:00 committed by Iuri Matias
parent c64424990d
commit ec22de8c24
1 changed files with 1 additions and 0 deletions

View File

@ -188,6 +188,7 @@ Item {
horizontalAlignment: Text.AlignHCenter
anchors.horizontalCenter: parent.horizontalCenter
textFormat: Text.RichText
topPadding: messageItem.prevMessageIndex === 1 ? Style.current.bigPadding : 0
}
}