Index: sources/gui/qml/components/ProgressBarEx.qml =================================================================== diff -u -reb19475a6bf4ed7f6a16bc07eefc7813496620ef -r6616f7b9b88efffa42ab605833d296afb76d3cb1 --- sources/gui/qml/components/ProgressBarEx.qml (.../ProgressBarEx.qml) (revision eb19475a6bf4ed7f6a16bc07eefc7813496620ef) +++ sources/gui/qml/components/ProgressBarEx.qml (.../ProgressBarEx.qml) (revision 6616f7b9b88efffa42ab605833d296afb76d3cb1) @@ -38,7 +38,7 @@ z : 0 // ProgressBarEx z order in the gui // to be ordred among the components of the parent (ProgressBar) visible : value - + decimal : _root.decimal minimum : _root.minimum maximum : _root.maximum value : _root.valueEx