Amend "effects/Overview: Use SearchField from PlasmaExtras"

This commit amends 4eefd27f61.

Changes were pushed to the wrong branch, so the MR got merged not in its
final state.
This commit is contained in:
ivan tkachenko 2022-09-16 19:40:03 +03:00
parent 3af565b616
commit 574b51f095
No known key found for this signature in database
GPG key ID: AF72731B7C654CB3

View file

@ -203,8 +203,6 @@ FocusScope {
anchors.centerIn: parent
width: Math.min(parent.width, 20 * PlasmaCore.Units.gridUnit)
focus: true
placeholderText: i18nd("kwin_effects", "Search...")
clearButtonShown: true
Keys.priority: Keys.BeforeItem
Keys.forwardTo: text && heap.count === 0 ? searchResults : heap
onTextChanged: {