Skip to content

Commit

Permalink
Remove erroneous corner radii, see #129
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanolson committed Aug 22, 2017
1 parent f70f080 commit cfd5bdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/charges-and-fields/view/ChargesAndFieldsToolboxPanel.js
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ define( function( require ) {

// Create the base of the crosshair
// TODO: why is the fill the same as the stroke?
var crosshairMount = new Rectangle( 0, 0, 0.4 * CIRCLE_RADIUS, 0.4 * CIRCLE_RADIUS, 5, 5, {
var crosshairMount = new Rectangle( 0, 0, 0.4 * CIRCLE_RADIUS, 0.4 * CIRCLE_RADIUS, {
fill: ChargesAndFieldsColorProfile.electricPotentialSensorCrosshairStrokeProperty,
stroke: ChargesAndFieldsColorProfile.electricPotentialSensorCrosshairStrokeProperty,
tandem: tandem.createTandem( 'crosshairMount' )
Expand Down

0 comments on commit cfd5bdc

Please sign in to comment.