Skip to content

Commit

Permalink
move radius option to radioButtonOptions for VerticalAquaRadioButtonG…
Browse files Browse the repository at this point in the history
…roup, phetsims/sun#344

Signed-off-by: Chris Malley <cmalley@pixelzoom.com>
  • Loading branch information
pixelzoom committed Aug 15, 2018
1 parent 3846509 commit 06ba2b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/common/view/PositionIndicatorControlPanel.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ define( function( require ) {
label: marksString
}
], {
radius: 6,
radioButtonOptions: { radius: 6 },
touchAreaXDilation: 5
} );

Expand Down

0 comments on commit 06ba2b5

Please sign in to comment.