Skip to content

Commit

Permalink
address touchArea and mouseArea in AquaRadioButtonGroup, phetsims/sun…
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelzoom committed Feb 13, 2020
1 parent b8a5b67 commit 1d58792
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/common/view/control/CLBViewControlPanel.js
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ define( require => {
}
], {
spacing: 5,
touchAreaXDilation: 5,
touchAreaDilation: 5,
tandem: tandem.createTandem( 'currentTypeRadioButtonGroup' )
} );

Expand Down

1 comment on commit 1d58792

@pixelzoom
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.