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 }