Skip to content

Commit

Permalink
Rename Separators to Deprecated and Dividers to Separators, see: phet…
Browse files Browse the repository at this point in the history
  • Loading branch information
marlitas committed Sep 13, 2022
1 parent 1c7e2a2 commit d63537a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/view/GravityForceLabControlPanel.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import ISLCPanel from '../../../inverse-square-law-common/js/view/ISLCPanel.js';
import merge from '../../../phet-core/js/merge.js';
import { Text, VBox } from '../../../scenery/js/imports.js';
import Checkbox from '../../../sun/js/Checkbox.js';
import HSeparator from '../../../sun/js/HSeparator.js';
import HSeparatorDeprecated from '../../../sun/js/HSeparatorDeprecated.js';
import Tandem from '../../../tandem/js/Tandem.js';
import gravityForceLab from '../gravityForceLab.js';
import GravityForceLabStrings from '../GravityForceLabStrings.js';
Expand Down Expand Up @@ -56,7 +56,7 @@ class GravityForceLabControlPanel extends ISLCPanel {
super( new VBox( {
children: [
forceValuesDisplayControl,
new HSeparator( forceValuesDisplayControl.width ),
new HSeparatorDeprecated( forceValuesDisplayControl.width ),
constantSizeCheckbox
],
spacing: 10,
Expand Down

0 comments on commit d63537a

Please sign in to comment.