From 69ae5a1ba4a81c05c769ba4c55d3a8447dc751ce Mon Sep 17 00:00:00 2001 From: Marco Martin Date: Fri, 17 Jul 2020 11:17:18 +0200 Subject: [PATCH] ensure taskswitcher is fullscreen --- containments/taskpanel/package/contents/ui/main.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/containments/taskpanel/package/contents/ui/main.qml b/containments/taskpanel/package/contents/ui/main.qml index 9a0e58ff..30c82244 100644 --- a/containments/taskpanel/package/contents/ui/main.qml +++ b/containments/taskpanel/package/contents/ui/main.qml @@ -97,7 +97,7 @@ PlasmaCore.ColorScope { taskSwitcher.offset = taskSwitcher.offset - (mouse.y - oldMouseY); oldMouseY = mouse.y; if (taskSwitcher.visibility == Window.Hidden && taskSwitcher.offset > -taskSwitcher.height + units.gridUnit && taskSwitcher.tasksCount) { - taskSwitcher.visible = true; + taskSwitcher.showFullScreen(); } } onReleased: {