summaryrefslogtreecommitdiff
path: root/modules/controlcenter/bluetooth/BtPane.qml
diff options
context:
space:
mode:
authorATMDA <atdma2600@gmail.com>2025-11-15 10:25:45 -0500
committerATMDA <atdma2600@gmail.com>2025-11-15 10:25:45 -0500
commitf79fd9328ce01bde921775a0301a3a6969deaa34 (patch)
tree4f62598e477a79f9d3b4676d03b236644321c2af /modules/controlcenter/bluetooth/BtPane.qml
parentcontrolcenter: fix wallpaper gradient overlay (diff)
downloadcaelestia-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/BtPane.qml')
-rw-r--r--modules/controlcenter/bluetooth/BtPane.qml3
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