From d9ffc13825b56cb97bce4d31fca4abbdc42b0985 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Thu, 7 Aug 2025 15:38:17 +1000 Subject: controlcenter: add floating mode Closes #363 --- modules/controlcenter/bluetooth/BtPane.qml | 1 + 1 file changed, 1 insertion(+) (limited to 'modules/controlcenter/bluetooth/BtPane.qml') diff --git a/modules/controlcenter/bluetooth/BtPane.qml b/modules/controlcenter/bluetooth/BtPane.qml index c6dbbcc..66fe0c8 100644 --- a/modules/controlcenter/bluetooth/BtPane.qml +++ b/modules/controlcenter/bluetooth/BtPane.qml @@ -19,6 +19,7 @@ RowLayout { Item { Layout.preferredWidth: Math.floor(parent.width * 0.4) + Layout.minimumWidth: 420 Layout.fillHeight: true DeviceList { -- cgit v1.2.3-freya