Skip to content

Commit

Permalink
Specify maxWidth, see #439
Browse files Browse the repository at this point in the history
  • Loading branch information
samreid committed Oct 6, 2022
1 parent f84ec4a commit 7001615
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js/common/view/GravityAndOrbitsSceneView.ts
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,7 @@ class GravityAndOrbitsSceneView extends Rectangle {
scene.isPlayingProperty.set( false );
},
tandem: tandem.createTandem( 'returnObjectsButton' ),
maxWidth: 225,
x: 100,
y: 100
} );
Expand Down

0 comments on commit 7001615

Please sign in to comment.