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:
parent
3af565b616
commit
574b51f095
1 changed files with 0 additions and 2 deletions
|
@ -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: {
|
||||
|
|
Loading…
Reference in a new issue