in the Start of Layout section, right now you have
TimeBar set InitialWidth to TimeBar.Width
what that does is tell C2 to remember the current width.
You want to tell it to reset the width to full and reset the time to max.
so, you want:
TimeBar set InitialWidth to 352 (or whatever you want for full)
TimeBar set Time to TimeBar.MaxTime
Then, when the layout restarts it goes back to a full time bar.