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)