Index: sources/gui/qml/pages/endtreatment/recirculate/EndTreatmentRecirculateProgress.qml =================================================================== diff -u -r85ccb77b7343cb0ba133b6c13585e95a23ac237e -r61dfcbb2c8f58d1190a6665c4ad9427db76b51cc --- sources/gui/qml/pages/endtreatment/recirculate/EndTreatmentRecirculateProgress.qml (.../EndTreatmentRecirculateProgress.qml) (revision 85ccb77b7343cb0ba133b6c13585e95a23ac237e) +++ sources/gui/qml/pages/endtreatment/recirculate/EndTreatmentRecirculateProgress.qml (.../EndTreatmentRecirculateProgress.qml) (revision 61dfcbb2c8f58d1190a6665c4ad9427db76b51cc) @@ -10,10 +10,10 @@ import "qrc:/pages/endtreatment" EndTreatmentBase { id: _root - headerTitle : qsTr("Recirculate In Progress") + headerTitle : qsTr("Recirculate In Progress") readonly property bool timeoutTotal : vTreatmentRecirculate .timeoutTotal - readonly property int timeoutCountdown : vTreatmentRecirculate .timeoutCountDown * 60 + readonly property int timeoutCountdown : vTreatmentRecirculate .timeoutCountDown readonly property int bloodFlowRate : vTreatmentParametersSetPoint.bloodFlow readonly property string recirculationImage : "" @@ -62,10 +62,10 @@ anchors { top : _infoRow.bottom topMargin : Variables.defaultMargin * 2 + bottom: footer.top horizontalCenter: parent.horizontalCenter } + onHeightChanged: print(height) source: _root.recirculationImage } - - }