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(); }