Container width v.s. par.w?

Hi - I’m seeing something strange with a a container downsizing all my elements. I’ve set the height parameter to be 1500 but when I print “op(‘container’).height” it just shows as 250. What gives? Where can you set the actual resolution?

Check your DPI scaling is set to 100%. Thats usually the culprit for weirdness.

Check all your parent children layout options. They may be applying scale, or fitting options to the children, shrinking down the size.

Thanks Rob! It was totally the parent alignment mode scaling the children - didn’t realize that it would actually do that when setting up child containers.