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: {