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 b977b77 commit baf751b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions js/view/CCKCScreenView.js
Original file line number Diff line number Diff line change
Expand Up @@ -164,9 +164,6 @@ define( function( require ) {
// Reset All button
if ( options.showResetAllButton ) {
var resetAllButton = new ResetAllButton( {

// extend touch area up to the edge of the screen view
touchAreaDilation: VERTICAL_MARGIN,
tandem: tandem.createTandem( 'resetAllButton' ),
listener: function() {
model.reset();
Expand Down

0 comments on commit baf751b

Please sign in to comment.