mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-04-17 20:08:28 +00:00
always align chat message text to the left
This commit is contained in:
parent
bae8e6d75a
commit
0293aedb58
1 changed files with 1 additions and 1 deletions
|
|
@ -162,7 +162,7 @@ ColumnLayout {
|
|||
}
|
||||
delegate: ChatTextContent {
|
||||
Layout.fillWidth: true
|
||||
horizontalAlignment: mainItem.isRemoteMessage || implicitWidth > mainItem.width ? TextEdit.AlignLeft : TextEdit.AlignRight
|
||||
horizontalAlignment: TextEdit.AlignLeft
|
||||
// height: implicitHeight
|
||||
contentGui: modelData
|
||||
chatGui: mainItem.chatGui
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue