Index: sources/gui/qml/components/TitleBarCreateTreatment.qml =================================================================== diff -u -ra25dee6ed9a8cd343056d92bc3a78617eed66a6f -r725cf5096e9664a0b6b1c4e4e902d1673bd976a9 --- sources/gui/qml/components/TitleBarCreateTreatment.qml (.../TitleBarCreateTreatment.qml) (revision a25dee6ed9a8cd343056d92bc3a78617eed66a6f) +++ sources/gui/qml/components/TitleBarCreateTreatment.qml (.../TitleBarCreateTreatment.qml) (revision 725cf5096e9664a0b6b1c4e4e902d1673bd976a9) @@ -26,7 +26,7 @@ * as the current progress in each of the pre-treatment steps. */ Rectangle { id: _root - property alias stepName : _stepIndicator.currentStepName + property alias stepIndex : _stepIndicator.currentStepIndex height : Variables.topBarMenuHeight color : Colors.backgroundMain