Skip to content

Commit

Permalink
Nest magnifying glass options, see phetsims/circuit-construction-kit-…
Browse files Browse the repository at this point in the history
  • Loading branch information
samreid committed Dec 14, 2020
1 parent 48cee5f commit 8331ffd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion js/energy/view/EnergyGraphAccordionBox.js
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,9 @@ class EnergyGraphAccordionBox extends AccordionBox {
}
}, {
baseColor: ColorConstants.LIGHT_BLUE,
magnifyingGlassRadius: 7,
magnifyingGlassOptions: {
glassRadius: 7
},
touchAreaXDilation: 5,
touchAreaYDilation: 5
} ) );
Expand Down

0 comments on commit 8331ffd

Please sign in to comment.