Centre the timline when using bubbles but not in compact mode

This commit is contained in:
James Graham
2022-07-03 14:02:39 +01:00
parent 7dc951d2cd
commit a96e8958c9
8 changed files with 44 additions and 18 deletions

View File

@@ -20,7 +20,7 @@ TimelineContainer {
innerObject: RichLabel {
isEmote: messageDelegate.isEmote
Layout.maximumWidth: messageDelegate.bubbleMaxWidth
Layout.maximumWidth: messageDelegate.contentMaxWidth
TapHandler {
acceptedButtons: Qt.RightButton