summary refs log tree commit diff
diff options
context:
space:
mode:
authorJussi Kuokkanen <jussi.kuokkanen@protonmail.com>2020-09-17 17:52:40 +0300
committerJussi Kuokkanen <jussi.kuokkanen@protonmail.com>2020-09-17 17:52:40 +0300
commit1f71f7227a8c299fe6e093a317fd96f467be14d9 (patch)
treeb7a93e6807c45f9e74fb9172da89b565b1420c6d
parentsimplify check for no typing users (diff)
downloadnheko-1f71f7227a8c299fe6e093a317fd96f467be14d9.tar.xz
make Rectangle to fill the gap between input widget and typing users
-rw-r--r--resources/qml/TimelineView.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/qml/TimelineView.qml b/resources/qml/TimelineView.qml
index 202c09e9..7c74794b 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