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 eb8d1dd commit 10ef947
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/common/view/SnapshotsAccordionBox.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import { HBox, Path, Text, VBox } from '../../../../scenery/js/imports.js';
import replySolidShape from '../../../../sherpa/js/fontawesome-5/replySolidShape.js';
import AccordionBox from '../../../../sun/js/AccordionBox.js';
import RectangularPushButton from '../../../../sun/js/buttons/RectangularPushButton.js';
import HSeparator from '../../../../sun/js/HSeparator.js';
import HSeparatorDeprecated from '../../../../sun/js/HSeparatorDeprecated.js';
import equalityExplorer from '../../equalityExplorer.js';
import EqualityExplorerStrings from '../../EqualityExplorerStrings.js';
import EqualityExplorerColors from '../EqualityExplorerColors.js';
Expand Down Expand Up @@ -146,7 +146,7 @@ class SnapshotsAccordionBox extends AccordionBox {
spacing: 10,
children: [
snapshotsVBox,
new HSeparator( contentWidth, SEPARATOR_OPTIONS ),
new HSeparatorDeprecated( contentWidth, SEPARATOR_OPTIONS ),
buttonGroup
]
} );
Expand Down

0 comments on commit 10ef947

Please sign in to comment.