From 6b5a71bf74df4a2301e8e07aec070cf261c2a952 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Fri, 8 Aug 2025 21:57:46 +1000 Subject: controlcenter: fix clipping --- modules/controlcenter/bluetooth/DeviceList.qml | 1 - 1 file changed, 1 deletion(-) (limited to 'modules/controlcenter/bluetooth/DeviceList.qml') diff --git a/modules/controlcenter/bluetooth/DeviceList.qml b/modules/controlcenter/bluetooth/DeviceList.qml index 83b8200..a1644e5 100644 --- a/modules/controlcenter/bluetooth/DeviceList.qml +++ b/modules/controlcenter/bluetooth/DeviceList.qml @@ -20,7 +20,6 @@ ColumnLayout { readonly property bool smallDiscoverable: width <= 540 readonly property bool smallPairable: width <= 480 - anchors.fill: parent spacing: Appearance.spacing.small RowLayout { -- cgit v1.2.3-freya