Index: sources/gui/qml/components/ProgressBarEx.qml =================================================================== diff -u -r17f0906011de9c97c0950c1ba0ea627a1411bc2e -ra549f50e0e5c26b3f2e75e4fdbded704fe21023e --- sources/gui/qml/components/ProgressBarEx.qml (.../ProgressBarEx.qml) (revision 17f0906011de9c97c0950c1ba0ea627a1411bc2e) +++ sources/gui/qml/components/ProgressBarEx.qml (.../ProgressBarEx.qml) (revision a549f50e0e5c26b3f2e75e4fdbded704fe21023e) @@ -35,8 +35,8 @@ ProgressRect { id: _progressRectEx - z : 2 // ProgressBarEx z order in the gui - // to be ordred amont the components of the parent (ProgressBar) + z : 0 // ProgressBarEx z order in the gui + // to be ordred among the components of the parent (ProgressBar) visible : value minimum : _root.minimum