Index: sources/gui/qml/components/SliderCreateTreatment.qml =================================================================== diff -u -r9327fae7b109203ca698d361b113a81d139a0cf9 -r7914ad8a4b8450d855fcc75855ca57b6644e9f7c --- sources/gui/qml/components/SliderCreateTreatment.qml (.../SliderCreateTreatment.qml) (revision 9327fae7b109203ca698d361b113a81d139a0cf9) +++ sources/gui/qml/components/SliderCreateTreatment.qml (.../SliderCreateTreatment.qml) (revision 7914ad8a4b8450d855fcc75855ca57b6644e9f7c) @@ -25,7 +25,7 @@ * \brief Slider component with a title and the currently selected value */ Rectangle { id: _root - + // TODO: This Component needs a cleanup property alias text: _text.text property var units: "" property alias min: _slider.minimum