summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorATMDA <atdma2600@gmail.com>2025-11-17 08:12:22 -0500
committerATMDA <atdma2600@gmail.com>2025-11-17 08:12:22 -0500
commit29f7c7aa4f7e8c1964e46210bcf70f80614101ed (patch)
tree58113c1d61f36a66ac9f8d7d9cff0eb6f6ea137a
parentcontrolcenter: corrections on scrolling in panes and missing scrollbars (diff)
downloadcaelestia-shell-29f7c7aa4f7e8c1964e46210bcf70f80614101ed.tar.gz
caelestia-shell-29f7c7aa4f7e8c1964e46210bcf70f80614101ed.tar.bz2
caelestia-shell-29f7c7aa4f7e8c1964e46210bcf70f80614101ed.zip
controlcenter: corrected scrolling in bluetooth details while selected
-rw-r--r--modules/controlcenter/bluetooth/Details.qml5
1 files changed, 4 insertions, 1 deletions
diff --git a/modules/controlcenter/bluetooth/Details.qml b/modules/controlcenter/bluetooth/Details.qml
index 883b408..c9d10cd 100644
--- a/modules/controlcenter/bluetooth/Details.qml
+++ b/modules/controlcenter/bluetooth/Details.qml
@@ -30,12 +30,15 @@ StyledFlickable {
anchors.left: parent.left
anchors.right: parent.right
+ anchors.top: parent.top
implicitHeight: layout.height
ColumnLayout {
id: layout
- anchors.fill: parent
+ anchors.left: parent.left
+ anchors.right: parent.right
+ anchors.top: parent.top
spacing: Appearance.spacing.normal
MaterialIcon {