controlcenter: correcting containers (bluetooth pane)

This commit is contained in:
ATMDA 2025-11-16 23:26:31 -05:00
parent 9f8f8ac731
commit ff03760675

View file

@ -12,24 +12,28 @@ import Quickshell.Bluetooth
import QtQuick
import QtQuick.Layouts
Item {
StyledFlickable {
id: root
required property Session session
readonly property BluetoothDevice device: session.bt.active
StyledFlickable {
anchors.fill: parent
flickableDirection: Flickable.VerticalFlick
clip: true
contentHeight: layout.height
contentHeight: layoutWrapper.height
Item {
id: layoutWrapper
anchors.left: parent.left
anchors.right: parent.right
implicitHeight: layout.height
ColumnLayout {
id: layout
anchors.left: parent.left
anchors.right: parent.right
anchors.fill: parent
spacing: Appearance.spacing.normal
MaterialIcon {
@ -563,11 +567,11 @@ Item {
Item {
id: fabRoot
anchors.right: parent.right
anchors.bottom: parent.bottom
implicitWidth: 64
implicitHeight: 64
x: root.contentX + root.width - width
y: root.contentY + root.height - height
width: 64
height: 64
z: 10000
StyledRect {
id: fabBg