fix overlap in NoticeMessage

This commit is contained in:
Malte E 2022-02-14 21:59:35 +01:00
parent e69f0fe960
commit 1cc4f76998
1 changed files with 2 additions and 0 deletions

View File

@ -81,6 +81,7 @@ Item {
isOnlyEmoji: d.isOnlyEmoji
isReply: d.isReply
isStateEvent: d.isStateEvent
metadataWidth: d.metadataWidth
}
}
@ -95,6 +96,7 @@ Item {
isOnlyEmoji: d.isOnlyEmoji
isReply: d.isReply
isStateEvent: d.isStateEvent
metadataWidth: d.metadataWidth
}
}