From 19c69b406a464781209bc5ade3326a93891f8e96 Mon Sep 17 00:00:00 2001 From: miruka Date: Thu, 16 May 2019 15:57:09 -0400 Subject: [PATCH] Fix room banners height --- TODO.md | 1 + harmonyqml/components/Chat/Banners/Banner.qml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/TODO.md b/TODO.md index 578dfad4..c4987857 100644 --- a/TODO.md +++ b/TODO.md @@ -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 diff --git a/harmonyqml/components/Chat/Banners/Banner.qml b/harmonyqml/components/Chat/Banners/Banner.qml index 0c087770..ddfd33f6 100644 --- a/harmonyqml/components/Chat/Banners/Banner.qml +++ b/harmonyqml/components/Chat/Banners/Banner.qml @@ -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