Skip to content

Commit

Permalink
update max width for all KeyboardHelpDialogs (HelpContent); remove ve…
Browse files Browse the repository at this point in the history
…rticalIconSpacing, HelpContent.labelWithIcon.labelFirst; see phetsims/friction#158
  • Loading branch information
zepumph committed Jan 23, 2019
1 parent 88657c3 commit 76ddba8
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,13 +52,12 @@ define( function( require ) {

// constants
var DEFAULT_LABEL_OPTIONS = {
font: HelpContent.DEFAULT_LABEL_FONT,
maxWidth: HelpContent.DEFAULT_TEXT_MAX_WIDTH
font: HelpContent.DEFAULT_LABEL_FONT
};

// helper functions that return icons for the dialog
var ICON_CREATOR = {
home: function () {
home: function() {
return new HomeKeyNode();
},
end: function() {
Expand Down

0 comments on commit 76ddba8

Please sign in to comment.