Remove background of quick switcher popup

This commit is contained in:
Nicolas Werner 2021-03-14 02:42:41 +01:00
parent 1961312b15
commit 8ebb55623e
No known key found for this signature in database
GPG key ID: C8D75E610773F2D9

View file

@ -15,6 +15,7 @@ Popup {
timer.start(); timer.start();
} }
background: null
width: Math.round(parent.width / 2) width: Math.round(parent.width / 2)
x: Math.round(parent.width / 2 - width / 2) x: Math.round(parent.width / 2 - width / 2)
y: Math.round(parent.height / 4 - height / 2) y: Math.round(parent.height / 4 - height / 2)