Skip to content

Commit

Permalink
ySpacing -> valueYSpacing, phetsims/scenery-phet#260
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelzoom committed Aug 23, 2016
1 parent 4733092 commit 8c8c8db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/spectra/view/MonochromaticControls.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ define( function( require ) {
maxTweakersHeight: 20,
thumbWidth: 25,
thumbHeight: 25,
ySpacing: 6,
valueYSpacing: 6,
valueFill: 'white',
valueFont: new MOTHAFont( 18 )
} );
Expand Down

0 comments on commit 8c8c8db

Please sign in to comment.