From 8cd0b12c4ab87e85f52bde4e380ee11d7a736555 Mon Sep 17 00:00:00 2001 From: Jan Bidler Date: Wed, 24 Aug 2022 22:05:28 +0200 Subject: [PATCH] Make typing indocator anchor on the left --- imports/NeoChat/Page/RoomPage.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/imports/NeoChat/Page/RoomPage.qml b/imports/NeoChat/Page/RoomPage.qml index 3beaa9fae..240e2aa8a 100644 --- a/imports/NeoChat/Page/RoomPage.qml +++ b/imports/NeoChat/Page/RoomPage.qml @@ -408,7 +408,7 @@ Kirigami.ScrollablePage { currentRoom.usersTyping.length, currentRoom.usersTyping.map(user => user.displayName).join(", ") ) : "" - anchors.right: parent.right + anchors.left: parent.left height: visible ? implicitHeight : 0 Behavior on height { NumberAnimation {