diff --git a/src/effects/windowview/qml/main.qml b/src/effects/windowview/qml/main.qml index 1ae6af4880..2e44d3f0e7 100644 --- a/src/effects/windowview/qml/main.qml +++ b/src/effects/windowview/qml/main.qml @@ -116,6 +116,9 @@ Item { Layout.preferredWidth: Math.min(parent.width, 20 * PlasmaCore.Units.gridUnit) focus: false + // Don't confuse users into thinking it's a full search + placeholderText: i18n("Filter windows…") + // Otherwise it's always 100% opaque even while the blurry desktop background's // opacity is changing, which looks weird and is different from what Overview does. opacity: container.organized ? 1 : 0