diff --git a/inter/tha/xml/page_smoothie_suggest_and_process.xml b/inter/tha/xml/page_smoothie_suggest_and_process.xml index c17c03d9..034d5d36 100644 --- a/inter/tha/xml/page_smoothie_suggest_and_process.xml +++ b/inter/tha/xml/page_smoothie_suggest_and_process.xml @@ -143,8 +143,13 @@ EndIf If TimeOutSmoothiesProcess < 100 Then - Var Second_x = 580 - Var CountDown_x = 475 + If TimeOutSmoothiesProcess < 10 Then + Var Second_x = 560 + Var CountDown_x = 495 + Else + Var Second_x = 580 + Var CountDown_x = 475 + EndIf EndIf If TimeOutSmoothiesProcess > 99 Then Var Second_x = 600