From 22f0f603c761bd2d7db254a58f0ee04990f35877 Mon Sep 17 00:00:00 2001 From: Chris Malley Date: Mon, 14 Jan 2019 18:41:17 -0700 Subject: [PATCH] big ComboBox refactors, https://github.com/phetsims/sun/issues/430, https://github.com/phetsims/sun/issues/428, https://github.com/phetsims/sun/issues/419 --- js/realmolecules/view/RealMoleculesComboBox.js | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/js/realmolecules/view/RealMoleculesComboBox.js b/js/realmolecules/view/RealMoleculesComboBox.js index a0593c68..019315b8 100644 --- a/js/realmolecules/view/RealMoleculesComboBox.js +++ b/js/realmolecules/view/RealMoleculesComboBox.js @@ -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 } ); }