make Rectangle to fill the gap between input widget and typing users
This commit is contained in:
parent
c463568031
commit
1f71f7227a
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue