Skip to content

Commit

Permalink
Replace deprecated separator, see: phetsims/sun#805
Browse files Browse the repository at this point in the history
  • Loading branch information
marlitas committed Mar 7, 2023
1 parent 72b8a40 commit 7f2c9ea
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions js/buoyancy/view/BuoyancyApplicationsScreenView.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ import { AlignBox, Color, HBox, HSeparator, HStrut, Image, ManualConstraint, Nod
import AccordionBox, { AccordionBoxOptions } from '../../../../sun/js/AccordionBox.js';
import RectangularPushButton from '../../../../sun/js/buttons/RectangularPushButton.js';
import RectangularRadioButtonGroup from '../../../../sun/js/buttons/RectangularRadioButtonGroup.js';
import HSeparatorDeprecated from '../../../../sun/js/HSeparatorDeprecated.js';
import Panel from '../../../../sun/js/Panel.js';
import DensityBuoyancyCommonConstants from '../../common/DensityBuoyancyCommonConstants.js';
import Cube from '../../common/model/Cube.js';
Expand Down Expand Up @@ -169,7 +168,7 @@ export default class BuoyancyApplicationsScreenView extends DensityBuoyancyScree
align: 'left',
children: [
blockControlNode,
new HSeparatorDeprecated( blockControlNode.width ),
new HSeparator(),
// Convert cubic meters => liters
new NumberControl( DensityBuoyancyCommonStrings.boatVolumeStringProperty, new UnitConversionProperty( model.boat.displacementVolumeProperty, {
factor: 1000
Expand Down

0 comments on commit 7f2c9ea

Please sign in to comment.