From 29f7c7aa4f7e8c1964e46210bcf70f80614101ed Mon Sep 17 00:00:00 2001 From: ATMDA Date: Mon, 17 Nov 2025 08:12:22 -0500 Subject: controlcenter: corrected scrolling in bluetooth details while selected --- modules/controlcenter/bluetooth/Details.qml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 { -- cgit v1.2.3-freya