Fix room banners height

This commit is contained in:
miruka 2019-05-16 15:57:09 -04:00
parent 532e5a4375
commit 19c69b406a
2 changed files with 2 additions and 1 deletions

View File

@ -10,6 +10,7 @@
- Sending `![A picture](https://picsum.photos/256/256)` → not clickable?
- Icons, images and HStyle singleton aren't reloaded
- `MessageDelegate.qml:63: TypeError: 'reloadPreviousItem' not a function`
- RoomEventsList scrolling when resizing the window
- UI
- Accounts delegates background

View File

@ -5,7 +5,7 @@ import "../../Base"
HRectangle {
id: banner
Layout.fillWidth: true
Layout.preferredHeight: HStyle.avatar.size
Layout.preferredHeight: HStyle.bottomElementsHeight
property alias avatar: bannerAvatar
property alias icon: bannerIcon