From ed2fb0bcb85469a7f4d474f86e397c2dc7615f6b Mon Sep 17 00:00:00 2001 From: Ilya Bizyaev Date: Fri, 8 Feb 2019 11:20:43 +0100 Subject: [PATCH] Change task panel icons Use simpler icons. paint-none will have to be replaced in the future, but we do not have any similar icons with better names now. --- containments/taskpanel/package/contents/ui/TaskSwitcher.qml | 2 +- containments/taskpanel/package/contents/ui/main.qml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/containments/taskpanel/package/contents/ui/TaskSwitcher.qml b/containments/taskpanel/package/contents/ui/TaskSwitcher.qml index 862fc795..8e47e32b 100644 --- a/containments/taskpanel/package/contents/ui/TaskSwitcher.qml +++ b/containments/taskpanel/package/contents/ui/TaskSwitcher.qml @@ -200,7 +200,7 @@ FullScreenPanel { horizontalCenter: parent.horizontalCenter bottom: parent.bottom } - iconSource: "go-home" + iconSource: "start-here-kde" onClicked: { currentTaskIndex = -1; window.hide(); diff --git a/containments/taskpanel/package/contents/ui/main.qml b/containments/taskpanel/package/contents/ui/main.qml index ca8bb5a5..8d17d683 100644 --- a/containments/taskpanel/package/contents/ui/main.qml +++ b/containments/taskpanel/package/contents/ui/main.qml @@ -103,7 +103,7 @@ PlasmaCore.ColorScope { height: parent.height width: parent.width/3 enabled: taskSwitcher.tasksCount > 0; - iconSource: "window-list" + iconSource: "box" onClicked: { plasmoid.nativeInterface.showDesktop = false; taskSwitcher.visible ? taskSwitcher.hide() : taskSwitcher.show(); @@ -118,7 +118,7 @@ PlasmaCore.ColorScope { height: parent.height width: parent.width/3 anchors.horizontalCenter: parent.horizontalCenter - iconSource: "go-home" + iconSource: "start-here-kde" enabled: taskSwitcher.tasksCount > 0 checkable: true onCheckedChanged: { @@ -142,7 +142,7 @@ PlasmaCore.ColorScope { height: parent.height width: parent.width/3 anchors.right: parent.right - iconSource: "window-close" + iconSource: "paint-none" //FIXME:Qt.UserRole+9 is IsWindow Qt.UserRole+15 is IsClosable. We can't reach that enum from QML enabled: plasmoid.nativeInterface.hasCloseableActiveWindow onClicked: {