From 9d7eba04cf24fe1070fd9dccf7ab9d83576ee01f Mon Sep 17 00:00:00 2001 From: Marco Martin Date: Mon, 7 Dec 2015 17:31:04 +0100 Subject: [PATCH] use the window-list icon instead of applications-other --- containments/taskpanel/package/contents/ui/main.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/containments/taskpanel/package/contents/ui/main.qml b/containments/taskpanel/package/contents/ui/main.qml index a8c0568c..4c59069d 100644 --- a/containments/taskpanel/package/contents/ui/main.qml +++ b/containments/taskpanel/package/contents/ui/main.qml @@ -86,7 +86,7 @@ PlasmaCore.ColorScope { height: parent.height width: parent.width/3 enabled: taskSwitcher.tasksCount > 0 - iconSource: "applications-other" + iconSource: "window-list" onClicked: taskSwitcher.visible ? taskSwitcher.hide() : taskSwitcher.show(); }