Skip to content

Commit

Permalink
adjust touchArea, #147
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelzoom committed Feb 21, 2022
1 parent 37daf17 commit fdf9a27
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js/common/view/LightPropagationToggleButton.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ class LightPropagationToggleButton extends BooleanRoundToggleButton {
radius: SceneryPhetConstants.DEFAULT_BUTTON_RADIUS, // so that this button will be the same size as ResetAllButton
xMargin: 4,
yMargin: 4,
touchAreaDilation: 5.2, // same as ResetAllButton
baseColor: GOColors.lightPropagationToggleButtonFillProperty
}, providedOptions ) );
}
Expand Down

0 comments on commit fdf9a27

Please sign in to comment.