Skip to content

Commit

Permalink
limited width of keyboard help dialog, see #203
Browse files Browse the repository at this point in the history
  • Loading branch information
jbphet committed Dec 18, 2018
1 parent 4697117 commit 515400d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ define( function( require ) {
children: [ sliderControlsHelpContent, generalNavigationHelpContent ],
align: 'top',
spacing: 35,
maxWidth: 650, // empirically determined to have some margin relative to max width
tandem: tandem
} );
}
Expand Down

0 comments on commit 515400d

Please sign in to comment.