Fix search bar not displaying text.
This commit is contained in:
parent
587e298988
commit
9a836a23fb
|
@ -57,6 +57,7 @@ Item {
|
|||
}
|
||||
|
||||
Rectangle {
|
||||
z: -2
|
||||
width: searchField.activeFocus || searchField.text ? parent.width : 0
|
||||
height: parent.height
|
||||
color: "white"
|
||||
|
|
Loading…
Reference in New Issue