Add animation when switching between events.

This commit is contained in:
Black Hat
2019-05-06 21:26:46 +08:00
parent a79893900d
commit 676cf35c3f
3 changed files with 27 additions and 2 deletions

View File

@@ -51,6 +51,7 @@ Control {
Avatar {
Layout.preferredWidth: 32
Layout.preferredHeight: 32
Layout.alignment: Qt.AlignTop
source: replyUser ? replyUser.avatarMediaId : ""
hint: replyUser ? replyUser.displayName : "No name"