Index: sources/gui/qml/compounds/StepNavigationTitleBar.qml =================================================================== diff -u -ra5760947d3ed0d2748ba023a1c25e3c6aa0b1de1 -rbed87eff8cfc2398d00eb62651c165f014880a1a --- sources/gui/qml/compounds/StepNavigationTitleBar.qml (.../StepNavigationTitleBar.qml) (revision a5760947d3ed0d2748ba023a1c25e3c6aa0b1de1) +++ sources/gui/qml/compounds/StepNavigationTitleBar.qml (.../StepNavigationTitleBar.qml) (revision bed87eff8cfc2398d00eb62651c165f014880a1a) @@ -26,7 +26,7 @@ */ Rectangle { id: _root property int stepIndex : 0 - property int stepLineLength : 75 + property int stepLineLength : 125 property var stepNames : [] property alias backVisible : _backButton .visible property alias backEnabled : _backButton .enabled Index: sources/gui/qml/pages/posttreatment/PostTreatmentStack.qml =================================================================== diff -u -ra8c7ca4936378f104565408a48127e9a8a90495f -rbed87eff8cfc2398d00eb62651c165f014880a1a --- sources/gui/qml/pages/posttreatment/PostTreatmentStack.qml (.../PostTreatmentStack.qml) (revision a8c7ca4936378f104565408a48127e9a8a90495f) +++ sources/gui/qml/pages/posttreatment/PostTreatmentStack.qml (.../PostTreatmentStack.qml) (revision bed87eff8cfc2398d00eb62651c165f014880a1a) @@ -42,7 +42,6 @@ qsTr("Disinfection" ), ] - property int stepLineLength : 100 property int stackStepIndex : 0 signal patientDisconnectionConfirm () Index: sources/gui/qml/pages/pretreatment/PreTreatmentStack.qml =================================================================== diff -u -r2a95352ee49fcdd88cef2fb81711d9c72a5bc763 -rbed87eff8cfc2398d00eb62651c165f014880a1a --- sources/gui/qml/pages/pretreatment/PreTreatmentStack.qml (.../PreTreatmentStack.qml) (revision 2a95352ee49fcdd88cef2fb81711d9c72a5bc763) +++ sources/gui/qml/pages/pretreatment/PreTreatmentStack.qml (.../PreTreatmentStack.qml) (revision bed87eff8cfc2398d00eb62651c165f014880a1a) @@ -44,7 +44,6 @@ property var stepNames : [] // step name parallel list property var stepKeys : [] // step enum parallel list - property int stepLineLength : 100 property int stackStepIndex : 0 readonly property bool isCreateRx : stepKeys[_root.stackStepIndex] === PreTreatmentStack.Step.CreateRx readonly property bool isDialysteUf : stepKeys[_root.stackStepIndex] === PreTreatmentStack.Step.DialysateUF @@ -98,7 +97,7 @@ values.push(qsTr("Rx")) keys.push(PreTreatmentStack.Step.DialysateUF) - values.push(qsTr("UF")) + values.push(qsTr("Dialysate/UF")) keys.push(PreTreatmentStack.Step.Connect) values.push(qsTr("Connect"))