summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--resources/qml/QuickSwitcher.qml1
1 files changed, 1 insertions, 0 deletions
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)