diff options
| author | ATMDA <atdma2600@gmail.com> | 2025-11-15 00:29:42 -0500 |
|---|---|---|
| committer | ATMDA <atdma2600@gmail.com> | 2025-11-15 00:29:42 -0500 |
| commit | 20e07b2a13036335c9890fe67708d2ab2292a4b4 (patch) | |
| tree | 647bb8c5f5fb2258d87c9046e1057e8aa5012fa1 /modules/controlcenter/bluetooth/BtPane.qml | |
| parent | controlcenter: fixed anchors vs parent logs (diff) | |
| download | caelestia-shell-20e07b2a13036335c9890fe67708d2ab2292a4b4.tar.gz caelestia-shell-20e07b2a13036335c9890fe67708d2ab2292a4b4.tar.bz2 caelestia-shell-20e07b2a13036335c9890fe67708d2ab2292a4b4.zip | |
controlcenter: clip to all styledflickable
Diffstat (limited to 'modules/controlcenter/bluetooth/BtPane.qml')
| -rw-r--r-- | modules/controlcenter/bluetooth/BtPane.qml | 3 |
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 |