diff --git a/js/charges-and-fields/view/ChargesAndFieldsToolboxPanel.js b/js/charges-and-fields/view/ChargesAndFieldsToolboxPanel.js index ccb98e7f..3dbf33ec 100644 --- a/js/charges-and-fields/view/ChargesAndFieldsToolboxPanel.js +++ b/js/charges-and-fields/view/ChargesAndFieldsToolboxPanel.js @@ -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' )