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 6b5b92c commit d14adaf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion js/real/RealMoleculesScreenView.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ define( function( require ) {
return ComboBox.createItem( new RichText( ChemUtils.toSubscript( realMoleculeShape.displayName ) ), realMoleculeShape );
} ), model.realMoleculeShapeProperty, comboBoxListContainer, {
xMargin: 13,
yMargin: 10
yMargin: 10,
cornerRadius: 8
} );
var optionsNode = new OptionsNode( model );

Expand Down

0 comments on commit d14adaf

Please sign in to comment.