Skip to content

Commit

Permalink
adjusted slider pointer areas to prevent overlap (#72).
Browse files Browse the repository at this point in the history
  • Loading branch information
Denz1994 committed Jul 7, 2016
1 parent 78bcc66 commit 0a08c94
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion js/curve-fitting/view/SliderParameterNode.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ define( function( require ) {
trackFill: 'black',
trackSize: new Dimension2( 120, 1 ),
thumbSize: new Dimension2( 15, 24 ),
minorTickLineWidth: 2
minorTickLineWidth: 2,
thumbTouchAreaYDilation: 1.8 // value so touch areas don't overlap
},
options );

Expand Down

0 comments on commit 0a08c94

Please sign in to comment.