summaryrefslogtreecommitdiff
path: root/modules/controlcenter/bluetooth/BtPane.qml
diff options
context:
space:
mode:
Diffstat (limited to 'modules/controlcenter/bluetooth/BtPane.qml')
-rw-r--r--modules/controlcenter/bluetooth/BtPane.qml3
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/controlcenter/bluetooth/BtPane.qml b/modules/controlcenter/bluetooth/BtPane.qml
index 96dc002..40cf356 100644
--- a/modules/controlcenter/bluetooth/BtPane.qml
+++ b/modules/controlcenter/bluetooth/BtPane.qml
@@ -50,6 +50,7 @@ RowLayout {
radius: rightBorder.innerRadius
color: "transparent"
+ clip: true
Loader {
id: loader
@@ -59,6 +60,7 @@ RowLayout {
anchors.fill: parent
anchors.margins: Appearance.padding.large * 2
+ clip: true
asynchronous: true
sourceComponent: pane ? details : settings
@@ -106,6 +108,7 @@ RowLayout {
StyledFlickable {
flickableDirection: Flickable.VerticalFlick
contentHeight: settingsInner.height
+ clip: true
Settings {
id: settingsInner