From d4455c38b6ce2a0a92acd67b0c22913182319017 Mon Sep 17 00:00:00 2001 From: Jesse Greenberg Date: Tue, 10 Apr 2018 20:26:02 -0600 Subject: [PATCH] use nested options for labelWithIconList, see phetsims/scenery-phet#364 --- .../view/BASEKeyboardHelpContent.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/js/balloons-and-static-electricity/view/BASEKeyboardHelpContent.js b/js/balloons-and-static-electricity/view/BASEKeyboardHelpContent.js index 9c01bef4..0fbda13b 100644 --- a/js/balloons-and-static-electricity/view/BASEKeyboardHelpContent.js +++ b/js/balloons-and-static-electricity/view/BASEKeyboardHelpContent.js @@ -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