Index: sources/gui/qml/dialogs/watersample/WaterSamplePage.qml =================================================================== diff -u -r0cdf32f7ac4a4b4b3a1281d7a70045054662b27c -r28c4b26c7a04258ad6022101700adab7618d3bdb --- sources/gui/qml/dialogs/watersample/WaterSamplePage.qml (.../WaterSamplePage.qml) (revision 0cdf32f7ac4a4b4b3a1281d7a70045054662b27c) +++ sources/gui/qml/dialogs/watersample/WaterSamplePage.qml (.../WaterSamplePage.qml) (revision 28c4b26c7a04258ad6022101700adab7618d3bdb) @@ -38,6 +38,7 @@ bottom : undefined right : undefined left : _title.left + leftMargin : Variables.defaultMargin * 4 // with current resolution this makes the screen look nice top : _title.bottom topMargin : Variables.defaultMargin } @@ -49,8 +50,9 @@ text : qsTr("Test the carbon filters per your clinic's instructions") textfontWeight : Font.Medium textColor : Colors.statusTextPaused - imageDiameter : 25 - imageTopMargin : 3 + textfontSize : 30 + imageDiameter : 30 + imageTopMargin : 5 } Text { id: _message