|
|
@ -128,6 +128,7 @@ AbstractButton { |
|
|
|
right: parent.right |
|
|
|
right: parent.right |
|
|
|
margins: (Settings.bubbles && ! isStateEvent)? 4 : 2 |
|
|
|
margins: (Settings.bubbles && ! isStateEvent)? 4 : 2 |
|
|
|
leftMargin: 4 |
|
|
|
leftMargin: 4 |
|
|
|
|
|
|
|
rightMargin: 4 |
|
|
|
} |
|
|
|
} |
|
|
|
id: msg |
|
|
|
id: msg |
|
|
|
rowSpacing: 0 |
|
|
|
rowSpacing: 0 |
|
|
@ -300,7 +301,7 @@ AbstractButton { |
|
|
|
Reactions { |
|
|
|
Reactions { |
|
|
|
anchors { |
|
|
|
anchors { |
|
|
|
top: row.bottom |
|
|
|
top: row.bottom |
|
|
|
topMargin: -2 |
|
|
|
topMargin: -4 |
|
|
|
left: row.bubbleOnRight? undefined : row.left |
|
|
|
left: row.bubbleOnRight? undefined : row.left |
|
|
|
right: row.bubbleOnRight? row.right : undefined |
|
|
|
right: row.bubbleOnRight? row.right : undefined |
|
|
|
} |
|
|
|
} |
|
|
|