Skip to content

Commit

Permalink
increate charge control thumb touch areas, see #89
Browse files Browse the repository at this point in the history
  • Loading branch information
mbarlow12 committed Nov 29, 2018
1 parent 48beb62 commit 90674fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/common/view/ChargeControlSliderThumb.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ define( function( require ) {
SliderThumb.call( this, this.enabledProperty, options );

this.mouseArea = this.localBounds;
this.touchArea = this.mouseArea.dilated( 3 );
this.touchArea = this.mouseArea.dilated( 6 );
}

/**
Expand Down

0 comments on commit 90674fa

Please sign in to comment.