diff options
| author | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-08-23 16:08:02 +1000 |
|---|---|---|
| committer | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-08-23 16:08:02 +1000 |
| commit | 66c0d0a15fd9e7ab3c42c3e0f30ead8d793b8352 (patch) | |
| tree | 93d40383a04dcff5b5b62103a944c1126fc9725c /modules/drawers/Panels.qml | |
| parent | dashboard: better visualiser (diff) | |
| download | caelestia-shell-66c0d0a15fd9e7ab3c42c3e0f30ead8d793b8352.tar.gz caelestia-shell-66c0d0a15fd9e7ab3c42c3e0f30ead8d793b8352.tar.bz2 caelestia-shell-66c0d0a15fd9e7ab3c42c3e0f30ead8d793b8352.zip | |
launcher: exact calculation for wallpaper width
Fixes #322
Diffstat (limited to 'modules/drawers/Panels.qml')
| -rw-r--r-- | modules/drawers/Panels.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/drawers/Panels.qml b/modules/drawers/Panels.qml index d27dca0..0e592df 100644 --- a/modules/drawers/Panels.qml +++ b/modules/drawers/Panels.qml @@ -1,4 +1,3 @@ -import qs.services import qs.config import qs.modules.osd as Osd import qs.modules.notifications as Notifications @@ -64,6 +63,7 @@ Item { id: launcher visibilities: root.visibilities + panels: root anchors.horizontalCenter: parent.horizontalCenter anchors.bottom: parent.bottom |