From 8ebb55623e2c70df8b26f8b5db8b004b3cea77f3 Mon Sep 17 00:00:00 2001 From: Nicolas Werner Date: Sun, 14 Mar 2021 02:42:41 +0100 Subject: [PATCH] Remove background of quick switcher popup --- resources/qml/QuickSwitcher.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/qml/QuickSwitcher.qml b/resources/qml/QuickSwitcher.qml index ac896c56..1e5bb883 100644 --- a/resources/qml/QuickSwitcher.qml +++ b/resources/qml/QuickSwitcher.qml @@ -15,6 +15,7 @@ Popup { timer.start(); } + background: null width: Math.round(parent.width / 2) x: Math.round(parent.width / 2 - width / 2) y: Math.round(parent.height / 4 - height / 2)