Reduce the size on the room bottom

This commit is contained in:
Carl Schwan
2020-12-02 22:57:10 +01:00
parent fcede82fec
commit 8355ceeeb0

View File

@@ -440,6 +440,7 @@ Kirigami.ScrollablePage {
id: typingNotification
visible: currentRoom && currentRoom.usersTyping.length > 0
height: visible ? implicitHeight: 0
spacing: Kirigami.Units.largeSpacing
QQC2.BusyIndicator {