Skip to content

Commit

Permalink
use nested options for labelWithIconList, see phetsims/scenery-phet#364
Browse files Browse the repository at this point in the history
  • Loading branch information
jessegreenberg committed Apr 11, 2018
1 parent 15a58c1 commit d4455c3
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,9 @@ define( function( require ) {
var wasdRowIcon = HelpContent.wasdRowIcon();
var shiftAndWasdRowIcon = HelpContent.shiftPlusIcon( wasdRowIcon );
var labelWithIconList = HelpContent.labelWithIconList( moveSlowerLabel, [ shiftAndArrowKeysIcon, shiftAndWasdRowIcon ], {
innerContent: moveSlowerDescriptionString
iconsVBoxOptions: {
innerContent: moveSlowerDescriptionString
}
} );

// hot key content for how to jump the balloon
Expand Down

0 comments on commit d4455c3

Please sign in to comment.