Stepped progress bar Set Size Across adaptive views

@davegoodman Thank you kind sir! Took a bit of fiddling on each state but it worked well.

Is there a way to split divide the total width past /2?

I found a solution which was [[Mainbar.width/6*4]] . It divides by the total number of steps then multiplies that width as a segment. I thought there would be a way to define a more accurate percentage width. e.g [[Mainbar.width/37%]] … Something like that possible?

Thanks again

EDIT: This has some related information on setting width with local variable. Using local variables, This, and Target