Skip to content

Commit

Permalink
GridBox TypeScript, and Flow fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanolson committed Feb 1, 2022
1 parent 8aa296c commit 08e414d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/demo/ComponentsScreenView.js
Original file line number Diff line number Diff line change
Expand Up @@ -922,7 +922,7 @@ function demoFlowBox( layoutBounds ) {
const scene = new Node( { y: 50, scale: 0.8 } );

const blockSizeProperty = new NumberProperty( 50, {
range: new Range( 50, 200 )
range: new Range( 50, 100 )
} );
const preferredSizeProperty = new NumberProperty( 500, {
range: new Range( 200, 800 )
Expand Down

0 comments on commit 08e414d

Please sign in to comment.