diff --git a/harmonyqml/components/chat/EventContent.qml b/harmonyqml/components/chat/EventContent.qml index 6381ccab..b7f4cb0c 100644 --- a/harmonyqml/components/chat/EventContent.qml +++ b/harmonyqml/components/chat/EventContent.qml @@ -4,7 +4,7 @@ import QtQuick.Layouts 1.4 import "../base" as Base import "utils.js" as ChatJS -Row { +RowLayout { id: row spacing: standardSpacing layoutDirection: isOwn ? Qt.RightToLeft : Qt.LeftToRight