From fefcbbe190d688f22bd884d99499bccd6a607d02 Mon Sep 17 00:00:00 2001 From: Srevin Saju Date: Tue, 27 Apr 2021 20:58:47 +0300 Subject: [PATCH] fix: remove redundant margin in the typing indicator --- imports/NeoChat/Component/ChatBox/TypingPane.qml | 2 -- 1 file changed, 2 deletions(-) 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 }