Word-wrap name label for messages
This commit is contained in:
parent
d547df62fb
commit
f40e853078
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user