From 8355ceeeb0033d666a79c0471c1c1ed5b65009c7 Mon Sep 17 00:00:00 2001 From: Carl Schwan Date: Wed, 2 Dec 2020 22:57:10 +0100 Subject: [PATCH] Reduce the size on the room bottom --- imports/NeoChat/Page/RoomPage.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/imports/NeoChat/Page/RoomPage.qml b/imports/NeoChat/Page/RoomPage.qml index 24ca7c3ba..64abdeb9b 100644 --- a/imports/NeoChat/Page/RoomPage.qml +++ b/imports/NeoChat/Page/RoomPage.qml @@ -440,6 +440,7 @@ Kirigami.ScrollablePage { id: typingNotification visible: currentRoom && currentRoom.usersTyping.length > 0 + height: visible ? implicitHeight: 0 spacing: Kirigami.Units.largeSpacing QQC2.BusyIndicator {