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
|
horizontalAlignment: Text.AlignHCenter
|
||||||
anchors.horizontalCenter: parent.horizontalCenter
|
anchors.horizontalCenter: parent.horizontalCenter
|
||||||
textFormat: Text.RichText
|
textFormat: Text.RichText
|
||||||
|
topPadding: messageItem.prevMessageIndex === 1 ? Style.current.bigPadding : 0
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue