Same avatar-content spacing for events and msgs
This commit is contained in:
parent
012e89f6cb
commit
5ad13aed7d
@ -4,7 +4,7 @@ import "../../Base"
|
|||||||
|
|
||||||
Row {
|
Row {
|
||||||
id: row
|
id: row
|
||||||
spacing: standardSpacing
|
spacing: standardSpacing / 2
|
||||||
layoutDirection: isOwn ? Qt.RightToLeft : Qt.LeftToRight
|
layoutDirection: isOwn ? Qt.RightToLeft : Qt.LeftToRight
|
||||||
|
|
||||||
HAvatar { id: avatar; hidden: combine; name: displayName }
|
HAvatar { id: avatar; hidden: combine; name: displayName }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user