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.leftMargin: 10
|
||||||
anchors.rightMargin: 10
|
anchors.rightMargin: 10
|
||||||
color: "transparent"
|
color: "transparent"
|
||||||
height: fontMetrics.height
|
height: fontMetrics.height + 10
|
||||||
Label {
|
Label {
|
||||||
id: typingDisplay
|
id: typingDisplay
|
||||||
anchors.left: parent.left
|
anchors.left: parent.left
|
||||||
|
Loading…
Reference in New Issue
Block a user