Same avatar-content spacing for events and msgs
This commit is contained in:
@@ -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 }
|
||||||
|
Reference in New Issue
Block a user