Per https://github.com/phetsims/phet-io/issues/1939... layoutBounds should not be changed for published PhET-iO sims because doing so may disrupt client customizations. So evaluate whether to change layoutBounds before publishing a PhET-iO version.
If you decide not to change layoutBounds, document why in Constants.js, and refer to this issue.
This sim currently uses non-default
layoutBounds
. In Constants.js:Per https://github.com/phetsims/phet-io/issues/1939...
layoutBounds
should not be changed for published PhET-iO sims because doing so may disrupt client customizations. So evaluate whether to changelayoutBounds
before publishing a PhET-iO version.If you decide not to change layoutBounds, document why in Constants.js, and refer to this issue.