Improve TypingMembersBar

This commit is contained in:
miruka
2019-07-06 17:29:32 -04:00
parent 556749aa35
commit 388967c737
10 changed files with 39 additions and 17 deletions

View File

@@ -55,7 +55,10 @@ HColumnLayout {
Layout.fillHeight: true
}
TypingMembersBar {}
TypingMembersBar {
Layout.fillWidth: true
//Layout.preferredHeight: text ? implicitHeight : 0
}
InviteBanner {
visible: category === "Invites"