Skip to content

Commit

Permalink
set cornerRadius for sims that relied on old default in ComboBox, phe…
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelzoom committed Jan 16, 2019
1 parent 2801644 commit ec7817e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js/blackbox/view/BlackBoxSceneView.js
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ define( function( require ) {
this.addChild( listParent );

var sceneSelectionComboBox = new ComboBox( elements, sceneProperty, listParent, {
cornerRadius: 6,
tandem: tandem.createTandem( 'sceneSelectionComboBox' )
} );
this.addChild( sceneSelectionComboBox );
Expand Down

0 comments on commit ec7817e

Please sign in to comment.