From 806c29a02f8f9c6884d68f28dfb2e867e3fa6eb7 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Sun, 3 Aug 2025 13:48:00 +1000 Subject: dcontent: add info to bt settings Also flickable --- modules/detachedcontent/bluetooth/BtPane.qml | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) (limited to 'modules/detachedcontent/bluetooth/BtPane.qml') diff --git a/modules/detachedcontent/bluetooth/BtPane.qml b/modules/detachedcontent/bluetooth/BtPane.qml index e72b1ab..ff2cc0a 100644 --- a/modules/detachedcontent/bluetooth/BtPane.qml +++ b/modules/detachedcontent/bluetooth/BtPane.qml @@ -54,11 +54,17 @@ RowLayout { Component { id: settings - Settings { - anchors.margins: Appearance.padding.normal - anchors.leftMargin: Appearance.padding.normal / 2 + StyledFlickable { + flickableDirection: Flickable.VerticalFlick + contentHeight: settingsInner.height - session: root.session + Settings { + id: settingsInner + + anchors.left: parent.left + anchors.right: parent.right + session: root.session + } } } -- cgit v1.2.3-freya