Skip to content

Commit

Permalink
BlocksPanel titleText tandem, see phetsims/density#145
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanolson committed Mar 30, 2023
1 parent a1d67a1 commit 558327a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion js/density/view/DensityMysteryScreenView.ts
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,8 @@ export default class DensityMysteryScreenView extends DensityBuoyancyScreenView<
children: [
new Text( DensityBuoyancyCommonStrings.blocksStringProperty, {
font: DensityBuoyancyCommonConstants.TITLE_FONT,
maxWidth: 85
maxWidth: 85,
tandem: blocksPanelTandem.createTandem( 'titleText' )
} ),
blockSetContent
],
Expand Down

0 comments on commit 558327a

Please sign in to comment.