use the window-list icon instead of applications-other

This commit is contained in:
Marco Martin 2015-12-07 17:31:04 +01:00
parent 8a45f67c4c
commit 9d7eba04cf

View file

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