Fix banners, adapt to app width

This commit is contained in:
miruka
2019-07-16 08:10:37 -04:00
parent 1abec4cf2c
commit 5cc701113e
6 changed files with 84 additions and 70 deletions

View File

@@ -55,10 +55,14 @@ HColumnLayout {
InviteBanner {
visible: category == "Invites"
inviterId: roomInfo.inviterId
Layout.fillWidth: true
}
//UnknownDevicesBanner {
//visible: category == "Rooms" && hasUnknownDevices
//
//Layout.fillWidth: true
//}
SendBox {
@@ -69,6 +73,8 @@ HColumnLayout {
LeftBanner {
visible: category == "Left"
userId: chatPage.userId
Layout.fillWidth: true
}
}