Make typing indocator anchor on the left

This commit is contained in:
Jan Bidler
2022-08-24 22:05:28 +02:00
committed by Tobias Fella
parent d133c4fab7
commit 8cd0b12c4a

View File

@@ -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 {