Skip to content

Commit

Permalink
Remove overrides of ResetAllButton touchAreaDilation, see phetsims/ta…
Browse files Browse the repository at this point in the history
  • Loading branch information
samreid committed Jan 24, 2019
1 parent be59e41 commit 9f4e87b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion js/intro/view/IntroView.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ define( function( require ) {
this.addChild( new ResetAllButton( {
listener: model.reset.bind( model ),
radius: 24,
touchAreaRadius: 24 * 1.3,
right: this.layoutBounds.maxX - 2,
bottom: this.layoutBounds.maxY - 2
} ) );
Expand Down

0 comments on commit 9f4e87b

Please sign in to comment.