Smooth box size transition between AddChat tabs

This commit is contained in:
miruka
2019-12-07 08:18:18 -04:00
parent 099a98a5da
commit 883d1c095b
2 changed files with 4 additions and 3 deletions

View File

@@ -51,6 +51,9 @@ HPage {
Layout.fillWidth: true
Behavior on implicitWidth { HNumberAnimation {} }
Behavior on implicitHeight { HNumberAnimation {} }
FindSomeone { id: findSomeone }
JoinRoom {}
CreateRoom {}