fixed bluetooth menu margin
This commit is contained in:
@@ -51,7 +51,7 @@ Container {
|
|||||||
|
|
||||||
PropertyChanges {
|
PropertyChanges {
|
||||||
root.boxHeight: (root.devicePlaqueHeight * BluetoothManager.getConnectedDevicesList().length) + (
|
root.boxHeight: (root.devicePlaqueHeight * BluetoothManager.getConnectedDevicesList().length) + (
|
||||||
root.devicePlaqueSpacing * (BluetoothManager.getConnectedDevicesList().length + 1))
|
root.devicePlaqueSpacing * (BluetoothManager.getConnectedDevicesList().length + 1)) + 2
|
||||||
root.boxRadius: 12
|
root.boxRadius: 12
|
||||||
root.boxWidth: 350
|
root.boxWidth: 350
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user