Fix RoomSidePane hide animation being too quick
This commit is contained in:
parent
a3e080c9a0
commit
20f8e83a01
|
@ -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 }
|
||||
|
|
Loading…
Reference in New Issue
Block a user