Refining scale markers

That’s good, to change the label size requires a bit more code. I think label size will be implemented in the Builder component in the future, but for now you have to change the size of each label object using a loop. In the “Begin Routine” tab:

for label in slider.labelObjs:
    label.height = .01  # Or whatever size you want