diff options
author | Jussi Kuokkanen <jussi.kuokkanen@protonmail.com> | 2020-09-17 17:52:40 +0300 |
---|---|---|
committer | Jussi Kuokkanen <jussi.kuokkanen@protonmail.com> | 2020-09-17 17:52:40 +0300 |
commit | 1f71f7227a8c299fe6e093a317fd96f467be14d9 (patch) | |
tree | b7a93e6807c45f9e74fb9172da89b565b1420c6d | |
parent | simplify check for no typing users (diff) | |
download | nheko-1f71f7227a8c299fe6e093a317fd96f467be14d9.tar.xz |
make Rectangle to fill the gap between input widget and typing users
-rw-r--r-- | resources/qml/TimelineView.qml | 2 |
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 |