diff options
| author | ATMDA <atdma2600@gmail.com> | 2025-11-15 10:25:45 -0500 |
|---|---|---|
| committer | ATMDA <atdma2600@gmail.com> | 2025-11-15 10:25:45 -0500 |
| commit | f79fd9328ce01bde921775a0301a3a6969deaa34 (patch) | |
| tree | 4f62598e477a79f9d3b4676d03b236644321c2af /modules/controlcenter/bluetooth | |
| parent | controlcenter: fix wallpaper gradient overlay (diff) | |
| download | caelestia-shell-f79fd9328ce01bde921775a0301a3a6969deaa34.tar.gz caelestia-shell-f79fd9328ce01bde921775a0301a3a6969deaa34.tar.bz2 caelestia-shell-f79fd9328ce01bde921775a0301a3a6969deaa34.zip | |
controlcenter: fix edge to edge in panels
Diffstat (limited to 'modules/controlcenter/bluetooth')
| -rw-r--r-- | modules/controlcenter/bluetooth/BtPane.qml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/modules/controlcenter/bluetooth/BtPane.qml b/modules/controlcenter/bluetooth/BtPane.qml index 40cf356..96dc002 100644 --- a/modules/controlcenter/bluetooth/BtPane.qml +++ b/modules/controlcenter/bluetooth/BtPane.qml @@ -50,7 +50,6 @@ RowLayout { radius: rightBorder.innerRadius color: "transparent" - clip: true Loader { id: loader @@ -60,7 +59,6 @@ RowLayout { anchors.fill: parent anchors.margins: Appearance.padding.large * 2 - clip: true asynchronous: true sourceComponent: pane ? details : settings @@ -108,7 +106,6 @@ RowLayout { StyledFlickable { flickableDirection: Flickable.VerticalFlick contentHeight: settingsInner.height - clip: true Settings { id: settingsInner |