Fix messed up delegate positions on new message

This commit is contained in:
miruka
2019-07-20 02:21:12 -04:00
parent 0488a7dde8
commit 3e1e924147
2 changed files with 4 additions and 10 deletions

View File

@@ -17,10 +17,6 @@ Row {
opacity: hideAvatar || collapseAvatar ? 0 : 1
visible: width > 0
// Don't animate w/h of avatar itself! It might affect the sourceSize
Behavior on width { HNumberAnimation {} }
Behavior on height { HNumberAnimation {} }
HUserAvatar {
id: avatar
userId: model.senderId