Fix messages avatar size
This commit is contained in:
parent
07d0515731
commit
41fdd19d2c
|
@ -11,6 +11,7 @@ Row {
|
|||
id: avatar
|
||||
hidden: combine
|
||||
name: sender.displayName.value
|
||||
dimension: 48
|
||||
}
|
||||
|
||||
Rectangle {
|
||||
|
|
|
@ -53,8 +53,8 @@ Column {
|
|||
|
||||
|
||||
property int standardSpacing: 16
|
||||
property int horizontalPadding: 7
|
||||
property int verticalPadding: 5
|
||||
property int horizontalPadding: 6
|
||||
property int verticalPadding: 4
|
||||
|
||||
ListView.onAdd: {
|
||||
var nextDelegate = roomEventListView.contentItem.children[index]
|
||||
|
|
Loading…
Reference in New Issue
Block a user