summary refs log tree commit diff
path: root/resources/qml/QuickSwitcher.qml
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2021-03-14 02:42:41 +0100
committerNicolas Werner <nicolas.werner@hotmail.de>2021-03-14 02:42:41 +0100
commit8ebb55623e2c70df8b26f8b5db8b004b3cea77f3 (patch)
tree8140ae74b961704ae6bbcde5ea441a4d44da23a4 /resources/qml/QuickSwitcher.qml
parentImprove sorting and sizing of completions a bit (diff)
downloadnheko-8ebb55623e2c70df8b26f8b5db8b004b3cea77f3.tar.xz
Remove background of quick switcher popup
Diffstat (limited to '')
-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)