Skip to content

Commit

Permalink
molarity regression test, phetsims/scenery#753
Browse files Browse the repository at this point in the history
  • Loading branch information
zepumph committed Apr 8, 2018
1 parent 8af0dd1 commit 9e7380d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions js/molarity/view/MolarityScreenView.js
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,7 @@ define( function( require ) {

// a11y
labelTagName: 'span',
labelContent: showValuesString,
prependLabels: true
labelContent: showValuesString
} );
showValuesCheckbox.touchArea = Shape.rectangle( showValuesCheckbox.left, showValuesCheckbox.top - 15, showValuesCheckbox.width, showValuesCheckbox.height + 30 );

Expand Down

0 comments on commit 9e7380d

Please sign in to comment.