Skip to content

Commit

Permalink
big ComboBox refactors, phetsims/sun#430, phetsims/sun#428, phetsims/…
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelzoom committed Jan 15, 2019
1 parent 8d99273 commit 22f0f60
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions js/realmolecules/view/RealMoleculesComboBox.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,7 @@ define( function( require ) {
ComboBox.call( this, items, moleculeProperty, listParent, {
labelNode: labelNode,
listPosition: 'above',
itemYMargin: 4,
itemHighlightFill: 'rgb(218,255,255)',
buttonLineWidth: 3,
buttonCornerRadius: 10,
highlightFill: 'rgb(218,255,255)',
maxWidth: 450
} );
}
Expand Down

0 comments on commit 22f0f60

Please sign in to comment.