Skip to content

Commit

Permalink
Implemented desired visual layout of tool nodes in both screens, with…
Browse files Browse the repository at this point in the history
… remaining Panel sizing and alignment issues - see phetsims/circuit-construction-kit-common#925
  • Loading branch information
UniverseAndMore committed Jan 19, 2023
1 parent 677cc10 commit b3a2702
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion js/circuit-construction-kit-dc-phet-io-overrides.js
Original file line number Diff line number Diff line change
Expand Up @@ -577,7 +577,10 @@ window.phet.preloads.phetio.phetioElementsOverrides =
"circuitConstructionKitDc.labScreen.view.meterNodes.voltmeterNode2.visibleProperty": {
"phetioFeatured": true
},
"circuitConstructionKitDc.labScreen.view.sensorToolbox.ammeterToolNode.visibleProperty": {
"circuitConstructionKitDc.labScreen.view.sensorToolbox.noncontactAmmeterToolNode": {
"phetioFeatured": true
},
"circuitConstructionKitDc.labScreen.view.sensorToolbox.seriesAmmeterToolNode": {
"phetioFeatured": true
},
"circuitConstructionKitDc.labScreen.view.sensorToolbox.visibleProperty": {
Expand Down

0 comments on commit b3a2702

Please sign in to comment.