Fix layout on delivery icon that was behind menu button.

This commit is contained in:
Julien Wadel 2022-12-15 10:37:51 +01:00
parent 76a6a8b6ea
commit 3c07e610ca

View file

@ -41,6 +41,8 @@ Item {
width: parent.width
Row {
anchors.fill: parent
anchors.leftMargin: ChatStyle.entry.message.extraContent.leftMargin
spacing: ChatStyle.entry.message.extraContent.spacing
Component {