diff --git a/kwin/mobiletaskswitcher/qml/TaskSwitcher.qml b/kwin/mobiletaskswitcher/qml/TaskSwitcher.qml index cdf2a51b..1e90a83b 100644 --- a/kwin/mobiletaskswitcher/qml/TaskSwitcher.qml +++ b/kwin/mobiletaskswitcher/qml/TaskSwitcher.qml @@ -734,7 +734,6 @@ FocusScope { x: flickable.contentX width: flickable.width height: flickable.height - z: 1 } PlasmaComponents.ToolButton { @@ -743,6 +742,9 @@ FocusScope { visible: root.tasksCount !== 0 && !taskSwitcherHelpers.isInTaskScrubMode enabled: !taskSwitcherHelpers.currentlyBeingClosed && !root.state.gestureInProgress + Kirigami.Theme.inherit: false + Kirigami.Theme.colorSet: Kirigami.Theme.Complementary + anchors { bottom: parent.bottom bottomMargin: (taskList.taskYBase) * 0.75