From 1f71f7227a8c299fe6e093a317fd96f467be14d9 Mon Sep 17 00:00:00 2001
From: Jussi Kuokkanen <jussi.kuokkanen@protonmail.com>
Date: Thu, 17 Sep 2020 17:52:40 +0300
Subject: [PATCH] make Rectangle to fill the gap between input widget and
 typing users

---
 resources/qml/TimelineView.qml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/resources/qml/TimelineView.qml b/resources/qml/TimelineView.qml
index 202c09e91..7c74794b9 100644
--- a/resources/qml/TimelineView.qml
+++ b/resources/qml/TimelineView.qml
@@ -450,7 +450,7 @@ Page {
                     anchors.leftMargin: 10
                     anchors.rightMargin: 10
                     color: "transparent"
-                    height: fontMetrics.height
+                    height: fontMetrics.height + 10
                     Label {
                         id: typingDisplay
                         anchors.left: parent.left
-- 
GitLab