Fix RoomSidePane hide animation being too quick

This commit is contained in:
miruka 2019-05-14 15:07:43 -04:00
parent a3e080c9a0
commit 20f8e83a01

View File

@ -82,7 +82,7 @@ HColumnLayout {
activeView: roomHeader.activeButton
transform: Translate {
x: roomSidePane.activeView ? 0 : parent.width
x: roomSidePane.activeView ? 0 : roomSidePane.width
Behavior on x {
NumberAnimation { duration: 120 }