Index: sources/gui/qml/pages/posttreatment/PostTreatmentReview.qml =================================================================== diff -u -r7c12b8ce1964a37e856ebcae205f8b4ed19f3c6a -ra26580f1abb9900e91590bf19c78439c24ad6ffc --- sources/gui/qml/pages/posttreatment/PostTreatmentReview.qml (.../PostTreatmentReview.qml) (revision 7c12b8ce1964a37e856ebcae205f8b4ed19f3c6a) +++ sources/gui/qml/pages/posttreatment/PostTreatmentReview.qml (.../PostTreatmentReview.qml) (revision a26580f1abb9900e91590bf19c78439c24ad6ffc) @@ -34,7 +34,7 @@ anchors { top : header.bottom - topMargin : Variables.defaultMargin + topMargin : Variables.defaultMargin * 2 bottom : _root.bottom bottomMargin : Variables.notificationHeight + Variables.minVGap horizontalCenter: parent.horizontalCenter @@ -50,11 +50,11 @@ model : vPostTreatmentAdjustmentTreatmentLog.parametersTitle LabelUnitText { id: container - height : 65 + height : 67 width : 575 label : modelData unit : vPostTreatmentAdjustmentTreatmentLog.parametersUnit[index] ?? "" - value : "123" // vPostTreatmentAdjustmentTreatmentLog.parametersText[index] ?? "" + value : vPostTreatmentAdjustmentTreatmentLog.parametersText[index] ?? "" textAlignment: Text.AlignJustify } }