Fix name alignment for own messages on left

This commit is contained in:
miruka
2019-09-06 18:21:46 -04:00
parent 6e40f29ebe
commit 393d404242
2 changed files with 2 additions and 2 deletions

View File

@@ -90,7 +90,8 @@ Row {
text: Utils.coloredNameHtml(model.sender_name, model.sender_id)
textFormat: Text.RichText
// elide: Text.ElideRight
horizontalAlignment: onRight ? Text.AlignRight : Text.AlignLeft
// horizontalAlignment: onRight ? Text.AlignRight : Text.AlignLeft
horizontalAlignment: Text.AlignLeft
function selectAllTextPlus() {
contentLabel.selectAllTextPlus()