Add reactions in timeline

This commit is contained in:
Carl Schwan
2020-11-08 13:59:20 +01:00
parent bf8c54c987
commit 485dd64941
2 changed files with 23 additions and 5 deletions

View File

@@ -120,6 +120,15 @@ RowLayout {
}
}
}
ReactionDelegate {
Layout.fillWidth: true
Layout.topMargin: 0
Layout.bottomMargin: 8
Layout.leftMargin: 16
Layout.rightMargin: 16
}
}
}
}