Fix RoomSidePane hide animation being too quick
This commit is contained in:
parent
a3e080c9a0
commit
20f8e83a01
|
@ -82,7 +82,7 @@ HColumnLayout {
|
||||||
|
|
||||||
activeView: roomHeader.activeButton
|
activeView: roomHeader.activeButton
|
||||||
transform: Translate {
|
transform: Translate {
|
||||||
x: roomSidePane.activeView ? 0 : parent.width
|
x: roomSidePane.activeView ? 0 : roomSidePane.width
|
||||||
|
|
||||||
Behavior on x {
|
Behavior on x {
|
||||||
NumberAnimation { duration: 120 }
|
NumberAnimation { duration: 120 }
|
||||||
|
|
Loading…
Reference in New Issue
Block a user