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 ea09ee7 commit ea494ac
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions js/common/view/ProjectileMotionScreenView.js
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,9 @@ class ProjectileMotionScreenView extends ScreenView {

const zoomOutButton = new ZoomButton( {
baseColor: '#E7E8E9',
magnifyingGlassRadius: 8,
magnifyingGlassOptions:{
glassRadius:8
},
xMargin: 3,
yMargin: 3,
in: false,
Expand All @@ -250,7 +252,9 @@ class ProjectileMotionScreenView extends ScreenView {

const zoomInButton = new ZoomButton( {
baseColor: '#E7E8E9',
magnifyingGlassRadius: 8,
magnifyingGlassOptions:{
glassRadius:8
},
xMargin: 3,
yMargin: 3,
in: true,
Expand Down

0 comments on commit ea494ac

Please sign in to comment.