Skip to content

Commit

Permalink
adding atomsControlPanel title, see #301
Browse files Browse the repository at this point in the history
  • Loading branch information
arouinfar authored Jun 25, 2020
1 parent c897a2a commit d922bf3
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions js/phet-io/states-of-matter-overrides.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ window.phet.preloads.phetio.phetioElementsOverrides =
"statesOfMatter.interactionScreen.model.adjustableAtomDiameterProperty": {
"phetioFeatured": true
},
"statesOfMatter.interactionScreen.model.adjustableAtomInteractionStrengthProperty": {
"phetioFeatured": true
},
"statesOfMatter.interactionScreen.model.atomPairProperty": {
"phetioFeatured": true
},
Expand All @@ -16,9 +19,6 @@ window.phet.preloads.phetio.phetioElementsOverrides =
"statesOfMatter.interactionScreen.model.forcesExpandedProperty": {
"phetioFeatured": true
},
"statesOfMatter.interactionScreen.model.adjustableAtomInteractionStrengthProperty": {
"phetioFeatured": true
},
"statesOfMatter.interactionScreen.model.isPlayingProperty": {
"phetioFeatured": true
},
Expand Down Expand Up @@ -52,6 +52,9 @@ window.phet.preloads.phetio.phetioElementsOverrides =
"statesOfMatter.interactionScreen.view.atomsControlPanel.interactionStrengthSlider.visibleProperty": {
"phetioFeatured": true
},
"statesOfMatter.interactionScreen.view.atomsControlPanel.title.textProperty": {
"phetioFeatured": true
},
"statesOfMatter.interactionScreen.view.atomsControlPanel.visibleProperty": {
"phetioFeatured": true
},
Expand Down Expand Up @@ -82,6 +85,9 @@ window.phet.preloads.phetio.phetioElementsOverrides =
"statesOfMatter.interactionScreen.view.returnAtomButton.visibleProperty": {
"phetioFeatured": false
},
"statesOfMatter.phaseChangesScreen.model.adjustableAtomInteractionStrengthProperty": {
"phetioFeatured": true
},
"statesOfMatter.phaseChangesScreen.model.containerHeightProperty": {
"phetioFeatured": true
},
Expand All @@ -91,9 +97,6 @@ window.phet.preloads.phetio.phetioElementsOverrides =
"statesOfMatter.phaseChangesScreen.model.interactionPotentialExpandedProperty": {
"phetioFeatured": true
},
"statesOfMatter.phaseChangesScreen.model.adjustableAtomInteractionStrengthProperty": {
"phetioFeatured": true
},
"statesOfMatter.phaseChangesScreen.model.isExplodedProperty": {
"phetioFeatured": true
},
Expand Down

0 comments on commit d922bf3

Please sign in to comment.