Index: sources/gui/qml/pages/settings/SettingsBluetoothCuff.qml =================================================================== diff -u -r2ef03b2ce51b4dc507f66e9671953a8e0824bde9 -re568c0be76dcf80834f68b30d7291f45172b6f69 --- sources/gui/qml/pages/settings/SettingsBluetoothCuff.qml (.../SettingsBluetoothCuff.qml) (revision 2ef03b2ce51b4dc507f66e9671953a8e0824bde9) +++ sources/gui/qml/pages/settings/SettingsBluetoothCuff.qml (.../SettingsBluetoothCuff.qml) (revision e568c0be76dcf80834f68b30d7291f45172b6f69) @@ -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 : Variables.footerChildButtonWidth isDefault : false enabled : vBluetooth.scanEnabled && vBluetooth.isInvalid onClicked : {