summaryrefslogtreecommitdiff
path: root/modules/controlcenter/bluetooth
diff options
context:
space:
mode:
Diffstat (limited to 'modules/controlcenter/bluetooth')
-rw-r--r--modules/controlcenter/bluetooth/BtPane.qml3
-rw-r--r--modules/controlcenter/bluetooth/Details.qml1
2 files changed, 4 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
diff --git a/modules/controlcenter/bluetooth/Details.qml b/modules/controlcenter/bluetooth/Details.qml
index 104f673..cbccd9b 100644
--- a/modules/controlcenter/bluetooth/Details.qml
+++ b/modules/controlcenter/bluetooth/Details.qml
@@ -22,6 +22,7 @@ Item {
anchors.fill: parent
flickableDirection: Flickable.VerticalFlick
+ clip: true
contentHeight: layout.height
ColumnLayout {