Fix search bar not displaying text.

square-messages
Black Hat 2018-08-09 20:08:05 +08:00
parent 587e298988
commit 9a836a23fb
1 changed files with 1 additions and 0 deletions

View File

@ -57,6 +57,7 @@ Item {
}
Rectangle {
z: -2
width: searchField.activeFocus || searchField.text ? parent.width : 0
height: parent.height
color: "white"