Skip to content

Commit

Permalink
added hard coded maxHeight, phetsims/gravity-force-lab#144
Browse files Browse the repository at this point in the history
  • Loading branch information
zepumph committed Jul 30, 2019
1 parent 661c607 commit 5f34031
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js/KeyboardHelpDialog.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ define( function( require ) {
// Because of the special titleNode, we set the aria-labelledby attribute manually; see below.
addAriaLabelledByFromTitle: false,

maxHeight: 440, // TODO: copied from AboutDialog, see https://github.com/phetsims/gravity-force-lab/issues/144
layoutStrategy: Dialog.layoutStrategyCenteredInScreen
}, options );

Expand Down

0 comments on commit 5f34031

Please sign in to comment.