mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-26 14:23:09 +00:00
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.
This commit is contained in:
parent
6184b2cae0
commit
ed2fb0bcb8
2 changed files with 4 additions and 4 deletions
|
|
@ -200,7 +200,7 @@ FullScreenPanel {
|
|||
horizontalCenter: parent.horizontalCenter
|
||||
bottom: parent.bottom
|
||||
}
|
||||
iconSource: "go-home"
|
||||
iconSource: "start-here-kde"
|
||||
onClicked: {
|
||||
currentTaskIndex = -1;
|
||||
window.hide();
|
||||
|
|
|
|||
|
|
@ -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: {
|
||||
|
|
|
|||
Loading…
Reference in a new issue