[plasma/kdeplasma-addons] applets/katesessions/qml: applets/katesessions: Replace TextField with SearchField

Nate Graham <[email protected]>
Newsgroups gmane.comp.kde.cvs
Message-ID <[email protected]>
Git commit f9298f37071c3fd6e5f1ef07607b7da83220d3a2 by Nate Graham, on behalf of Michal Malinowski.
Committed on 29/07/2026 at 13:45.
Pushed by ngraham into branch 'master'.

applets/katesessions: Replace TextField with SearchField

Just standardising the search field across multiple applets.

ENHANCEMENT: 523623
FIXED-IN: 6.8.0

M  +1    -3    applets/katesessions/qml/main.qml

https://invent.kde.org/plasma/kdeplasma-addons/-/commit/f9298f37071c3fd6e5f1ef07607b7da83220d3a2

diff --git a/applets/katesessions/qml/main.qml b/applets/katesessions/qml/main.qml
index 06ef2f2fb..a29b7e55c 100644
--- a/applets/katesessions/qml/main.qml
+++ b/applets/katesessions/qml/main.qml
@@ -54,10 +54,8 @@ PlasmoidItem {
 
         focus: true
         header: PlasmaExtras.PlasmoidHeading {
-            PlasmaComponents3.TextField {
+            PlasmaExtras.SearchField {
                 id: filter
-                placeholderText: i18n("Search…")
-                clearButtonShown: true
                 anchors.fill: parent
 
                 onActiveFocusChanged: if (activeFocus) sessionsMenu.view.currentIndex = -1
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.