Index: sources/gui/qml/components/TopMenuBarCreateTreatment.qml =================================================================== diff -u -rd94a2b9334b1b35739b637472e8c3054d7b9b804 -rccb91da4becded9a7ad409b758bba96784d9feba --- sources/gui/qml/components/TopMenuBarCreateTreatment.qml (.../TopMenuBarCreateTreatment.qml) (revision d94a2b9334b1b35739b637472e8c3054d7b9b804) +++ sources/gui/qml/components/TopMenuBarCreateTreatment.qml (.../TopMenuBarCreateTreatment.qml) (revision ccb91da4becded9a7ad409b758bba96784d9feba) @@ -28,7 +28,7 @@ */ Rectangle { id: _root height: Variables.topBarMenuHeight - color: Colors.backgroundMainMenu + color: Colors.backgroundMain property var step: "CREATE"; property int spacing: 5 signal clickedBack()