From 574b51f09533003d503781c3003d7ff59a0fe4ed Mon Sep 17 00:00:00 2001 From: ivan tkachenko Date: Fri, 16 Sep 2022 19:40:03 +0300 Subject: [PATCH] Amend "effects/Overview: Use SearchField from PlasmaExtras" This commit amends 4eefd27f61686f8ea359d5d6515a7ba093c7c349. Changes were pushed to the wrong branch, so the MR got merged not in its final state. --- src/effects/overview/qml/ScreenView.qml | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/effects/overview/qml/ScreenView.qml b/src/effects/overview/qml/ScreenView.qml index 0c5bb8c18d..f98cd9b95f 100644 --- a/src/effects/overview/qml/ScreenView.qml +++ b/src/effects/overview/qml/ScreenView.qml @@ -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: {