Index: sources/gui/qml/pages/endtreatment/rinseback/EndTreatmentRinseback.qml =================================================================== diff -u -r6c0c4613d84a4fab29fd3bb75da8d084740bc67e -ra1d19467c94f1912a44a070a2b8641d7cd03f5d0 --- sources/gui/qml/pages/endtreatment/rinseback/EndTreatmentRinseback.qml (.../EndTreatmentRinseback.qml) (revision 6c0c4613d84a4fab29fd3bb75da8d084740bc67e) +++ sources/gui/qml/pages/endtreatment/rinseback/EndTreatmentRinseback.qml (.../EndTreatmentRinseback.qml) (revision a1d19467c94f1912a44a070a2b8641d7cd03f5d0) @@ -15,7 +15,6 @@ // Qt import QtQuick 2.12 -import QtQuick.Controls 2.12 // Project // Qml imports @@ -66,8 +65,8 @@ text : vTreatmentRinseback.current.toFixed(0) + " " + qsTr(Variables.unitTextFluid) } - TimeText { id: _timeout - objectName : "_timeout" + TimeText { id: _timeoutText + objectName : "_timeoutText" anchors { bottom : _deliveredVolumeText.top bottomMargin : Variables.defaultMargin * 2 @@ -85,7 +84,7 @@ anchors { top : _deliveredVolumeText.bottom bottom : undefined - topMargin : _timeout.anchors.bottomMargin + topMargin : _timeoutText.anchors.bottomMargin } visible : vTDTreatmentStates.rbPaused height : 25