Closed pixelzoom closed 11 months ago
Also noting that this constant is duplicated in GFLBScreenView:
layoutBounds: new Bounds2( 0, 0, 768, 464 ),
That's bad news if they are not both changed at the same time.
Closing per dev meeting request 12/7/23.
This sim currently uses non-default
layoutBounds
. In GravityForceLabScreenView: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 GravityForceLabScreenView, and refer to this issue.