Index: sources/gui/qml/pages/MainStack.qml =================================================================== diff -u -r47c8f13876317ba36500400f894d96c9bce9eb17 -rdceabb78e4e4e822dfac16bac9267d291a9aa626 --- sources/gui/qml/pages/MainStack.qml (.../MainStack.qml) (revision 47c8f13876317ba36500400f894d96c9bce9eb17) +++ sources/gui/qml/pages/MainStack.qml (.../MainStack.qml) (revision dceabb78e4e4e822dfac16bac9267d291a9aa626) @@ -88,7 +88,7 @@ ProgressBar { minimum : 0 maximum : vHDPOSTData.itemCount - value : vHDPOSTData.start ? vHDPOSTData.itemIndex + 1 : 0 // the index starts from 0 and 0 which is a valid test index will not show anything. So for progress we start from 1. + value : vHDPOSTData.itemIndex width : _dialityLogo.width + 50 height : 3 minText .visible: false