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

@ -23,7 +23,6 @@
- Do something when access token is invalid
- Don't store states in delegates
- Message position after daybreak delegate (fixed by commit 57b1313 ?)
- [hr not working](https://bugreports.qt.io/browse/QTBUG-74342)
- Terrible performance using `QT_QPA_PLATFORM=wayland-egl`, must use `xcb`
- Verify big avatars aren't downloaded uselessly

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()