Remove background of quick switcher popup

pull/493/head
Nicolas Werner 4 years ago
parent 1961312b15
commit 8ebb55623e
No known key found for this signature in database
GPG Key ID: C8D75E610773F2D9
  1. 1
      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)

Loading…
Cancel
Save