diff options
| author | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-08-08 21:57:46 +1000 |
|---|---|---|
| committer | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-08-08 21:57:46 +1000 |
| commit | 6b5a71bf74df4a2301e8e07aec070cf261c2a952 (patch) | |
| tree | 2653239c60a7aabb95fa2b629bf2b69faf1de75f /modules/controlcenter/Panes.qml | |
| parent | internal: better transparency (diff) | |
| download | caelestia-shell-6b5a71bf74df4a2301e8e07aec070cf261c2a952.tar.gz caelestia-shell-6b5a71bf74df4a2301e8e07aec070cf261c2a952.tar.bz2 caelestia-shell-6b5a71bf74df4a2301e8e07aec070cf261c2a952.zip | |
controlcenter: fix clipping
Diffstat (limited to 'modules/controlcenter/Panes.qml')
| -rw-r--r-- | modules/controlcenter/Panes.qml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/modules/controlcenter/Panes.qml b/modules/controlcenter/Panes.qml index d8c47d6..f60d0c6 100644 --- a/modules/controlcenter/Panes.qml +++ b/modules/controlcenter/Panes.qml @@ -2,7 +2,6 @@ pragma ComponentBehavior: Bound import "bluetooth" import qs.components -import qs.components.effects import qs.services import qs.config import Quickshell.Widgets @@ -64,10 +63,6 @@ ClippingRectangle { } } - InnerBorder { - leftThickness: 0 - } - component Pane: Item { id: pane |