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

This commit is contained in:
Jussi Kuokkanen 2020-09-17 17:52:40 +03:00
parent c463568031
commit 1f71f7227a
1 changed files with 1 additions and 1 deletions

View File

@ -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