Index: sources/gui/qml/pages/settings/SettingsBluetoothCuff.qml =================================================================== diff -u -r2ef03b2ce51b4dc507f66e9671953a8e0824bde9 -r5b9ff6266f7ca8ae9bbd5eace92d6454359791db --- sources/gui/qml/pages/settings/SettingsBluetoothCuff.qml (.../SettingsBluetoothCuff.qml) (revision 2ef03b2ce51b4dc507f66e9671953a8e0824bde9) +++ sources/gui/qml/pages/settings/SettingsBluetoothCuff.qml (.../SettingsBluetoothCuff.qml) (revision 5b9ff6266f7ca8ae9bbd5eace92d6454359791db) @@ -32,14 +32,15 @@ confirmVisible : false Image { id: _image - width : 640 - height : 480 + width : 800 + height : 600 + source: "qrc:/images/iCuff-Omron-BP7000" anchors { top : parent.top topMargin : _root.topMarginContent right : parent.right - rightMargin : 0 // the image itself has some margins // kept to make sure it was intentional. + rightMargin : 400 } } Column { id : _deviceColumn @@ -60,7 +61,7 @@ clip : true spacing : 5 width : 500 - height : 300 + height : 550 model : vBluetooth delegate: TouchRect { id: _deviceTouchrect readonly property color selectedColor: Colors.borderButtonSelected @@ -111,7 +112,7 @@ anchors.left : parent.left anchors.leftMargin : 100 text.text : qsTr("SCAN") - width : 300 + width : 350 isDefault : false enabled : vBluetooth.scanEnabled && vBluetooth.isInvalid onClicked : {