Skip to content

Commit

Permalink
fix nested options bug by renaming title options, phetsims/gravity-fo…
Browse files Browse the repository at this point in the history
  • Loading branch information
zepumph committed Jul 15, 2019
1 parent 1d9a8ef commit 964039a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/view/ISLCObjectControlPanel.js
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,8 @@ define( function( require ) {

// title and value text options
titleNodeOptions: {
titleFont: new PhetFont( 12 ),
titleMaxWidth: TITLE_MAX_WIDTH
font: new PhetFont( 12 ),
maxWidth: TITLE_MAX_WIDTH
},

// phet-io
Expand Down

0 comments on commit 964039a

Please sign in to comment.