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 d30a640 commit 4d71bdf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion js/common/view/EnergyGraphAccordionBox.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,9 @@ class EnergyGraphAccordionBox extends AccordionBox {
baseColor: ColorConstants.LIGHT_BLUE,
xMargin: 8,
yMargin: 4,
magnifyingGlassRadius: 7,
magnifyingGlassOptions:{
glassRadius: 7
},
touchAreaXDilation: 5,
touchAreaYDilation: 5
};
Expand Down

0 comments on commit 4d71bdf

Please sign in to comment.