Skip to content

Commit

Permalink
Reduce the size of the ProjectorModeCheckbox, see phetsims/joist#744
Browse files Browse the repository at this point in the history
  • Loading branch information
samreid committed Aug 10, 2022
1 parent 296e9e8 commit 6cdc7e6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion js/common/view/GlobalOptionsNode.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ class GlobalOptionsNode extends VBox {

// add support for setting projector mode
const projectorModeCheckbox = new ProjectorModeCheckbox( {
tandem: tandem.createTandem( 'projectorModeCheckbox' )
tandem: tandem.createTandem( 'projectorModeCheckbox' ),
scale: 0.75
} );

// VBox is used to make it easy to add additional options
Expand Down

0 comments on commit 6cdc7e6

Please sign in to comment.