From 7858c5b90d0d0e25820fb2acc8efc5c8ef700340 Mon Sep 17 00:00:00 2001 From: voidarc Date: Sat, 8 Aug 2026 19:46:17 +0100 Subject: [PATCH] fixed bluetooth menu margin --- Bar/Bluetooth.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Bar/Bluetooth.qml b/Bar/Bluetooth.qml index 9c8bff1..7542f2d 100644 --- a/Bar/Bluetooth.qml +++ b/Bar/Bluetooth.qml @@ -51,7 +51,7 @@ Container { PropertyChanges { root.boxHeight: (root.devicePlaqueHeight * BluetoothManager.getConnectedDevicesList().length) + ( - root.devicePlaqueSpacing * (BluetoothManager.getConnectedDevicesList().length + 1)) + root.devicePlaqueSpacing * (BluetoothManager.getConnectedDevicesList().length + 1)) + 2 root.boxRadius: 12 root.boxWidth: 350 }