Fix name alignment for own messages on left
This commit is contained in:
parent
6e40f29ebe
commit
393d404242
1
TODO.md
1
TODO.md
|
@ -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
|
||||
|
|
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue
Block a user