Change margins because people nagged me

detect_theme_change
Nicolas Werner 2 years ago
parent 3576589ea7
commit ed889c32fc
No known key found for this signature in database
GPG Key ID: C8D75E610773F2D9
  1. 3
      resources/qml/TimelineRow.qml

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

Loading…
Cancel
Save