uiux(Chat): add margin between group header messages and fetch-more button
Closes #1087
This commit is contained in:
parent
c64424990d
commit
ec22de8c24
|
@ -188,6 +188,7 @@ Item {
|
|||
horizontalAlignment: Text.AlignHCenter
|
||||
anchors.horizontalCenter: parent.horizontalCenter
|
||||
textFormat: Text.RichText
|
||||
topPadding: messageItem.prevMessageIndex === 1 ? Style.current.bigPadding : 0
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue