diff --git a/js/buoyancy/view/BuoyancyApplicationsScreenView.ts b/js/buoyancy/view/BuoyancyApplicationsScreenView.ts index fc7e58d7..b564856e 100644 --- a/js/buoyancy/view/BuoyancyApplicationsScreenView.ts +++ b/js/buoyancy/view/BuoyancyApplicationsScreenView.ts @@ -364,11 +364,6 @@ export default class BuoyancyApplicationsScreenView extends DensityBuoyancyScree baseColor: DensityBuoyancyCommonColors.radioBackgroundColorProperty, xMargin: 10, yMargin: 10 - // buttonAppearanceStrategyOptions: { - // selectedLineWidth: 2, - // deselectedLineWidth: 1.5, - // selectedStroke: DensityBuoyancyCommonColors.radioBorderColorProperty - // } }, tandem: tandem.createTandem( 'bottleBoatRadioButtonGroup' ) } ); diff --git a/js/buoyancy/view/DensityAccordionBox.ts b/js/buoyancy/view/DensityAccordionBox.ts index f5544c19..2aef8d3f 100644 --- a/js/buoyancy/view/DensityAccordionBox.ts +++ b/js/buoyancy/view/DensityAccordionBox.ts @@ -1,7 +1,7 @@ // Copyright 2019-2024, University of Colorado Boulder /** - * An AccordionBox that displays the percentage of each material that is submerged. + * An AccordionBox that displays the density of each material. * * @author Agustín Vallejo */