diff --git a/imports/NeoChat/Component/ChatBox/TypingPane.qml b/imports/NeoChat/Component/ChatBox/TypingPane.qml index 8576f4a16..4294715a0 100644 --- a/imports/NeoChat/Component/ChatBox/TypingPane.qml +++ b/imports/NeoChat/Component/ChatBox/TypingPane.qml @@ -57,8 +57,6 @@ Loader { } Rectangle { anchors.fill: parent - anchors.topMargin: 1 - anchors.bottomMargin: 1 id: typingIndicatorBackground color: Kirigami.Theme.backgroundColor }