diff options
author | Nicolas Werner <nicolas.werner@hotmail.de> | 2021-03-14 02:42:41 +0100 |
---|---|---|
committer | Nicolas Werner <nicolas.werner@hotmail.de> | 2021-03-14 02:42:41 +0100 |
commit | 8ebb55623e2c70df8b26f8b5db8b004b3cea77f3 (patch) | |
tree | 8140ae74b961704ae6bbcde5ea441a4d44da23a4 /resources/qml/QuickSwitcher.qml | |
parent | Improve sorting and sizing of completions a bit (diff) | |
download | nheko-8ebb55623e2c70df8b26f8b5db8b004b3cea77f3.tar.xz |
Remove background of quick switcher popup
Diffstat (limited to '')
-rw-r--r-- | resources/qml/QuickSwitcher.qml | 1 |
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) |