Skip to content

Commit

Permalink
reduced the touch area dilation, see phetsims/states-of-matter-basics#21
Browse files Browse the repository at this point in the history


(cherry picked from commit 985599f)
  • Loading branch information
jbphet committed Apr 3, 2019
1 parent 47ab286 commit 03416a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/common/view/SOMPlayPauseStepControl.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ define( function( require ) {
var StepForwardButton = require( 'SCENERY_PHET/buttons/StepForwardButton' );

// constants
var TOUCH_AREA_DILATION = 4;
var TOUCH_AREA_DILATION = 2.5;
var STROKE = 'black';
var FILL = '#005566';
var PAUSE_SIZE_INCREASE_FACTOR = 1.25;
Expand Down

0 comments on commit 03416a3

Please sign in to comment.