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