diff --git a/harmonyqml/components/Chat/Chat.qml b/harmonyqml/components/Chat/Chat.qml index dd26ceec..34d0a4bb 100644 --- a/harmonyqml/components/Chat/Chat.qml +++ b/harmonyqml/components/Chat/Chat.qml @@ -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 }