Word-wrap name label for messages

This commit is contained in:
miruka 2019-09-08 21:56:15 -04:00
parent d547df62fb
commit f40e853078

View File

@ -89,7 +89,7 @@ Row {
text: Utils.coloredNameHtml(model.sender_name, model.sender_id) text: Utils.coloredNameHtml(model.sender_name, model.sender_id)
textFormat: Text.RichText textFormat: Text.RichText
// elide: Text.ElideRight wrapMode: Text.Wrap
// horizontalAlignment: onRight ? Text.AlignRight : Text.AlignLeft // horizontalAlignment: onRight ? Text.AlignRight : Text.AlignLeft
horizontalAlignment: Text.AlignLeft horizontalAlignment: Text.AlignLeft