make Rectangle to fill the gap between input widget and typing users
This commit is contained in:
parent
c463568031
commit
1f71f7227a
@ -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…
Reference in New Issue
Block a user