fixed bluetooth menu margin

This commit is contained in:
2026-08-08 19:46:17 +01:00
parent 300cb0b2f8
commit 7858c5b90d

View File

@@ -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
}