make Rectangle to fill the gap between input widget and typing users

master
Jussi Kuokkanen 4 years ago
parent c463568031
commit 1f71f7227a
  1. 2
      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

Loading…
Cancel
Save