From 636dfc3bd7a6b28f0f870f6a40448a48adc2f570 Mon Sep 17 00:00:00 2001 From: Chris Malley Date: Mon, 14 Jan 2019 18:41:16 -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/spectra/view/TimeControls.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/js/spectra/view/TimeControls.js b/js/spectra/view/TimeControls.js index 1323c1ab..ed8b0cc1 100644 --- a/js/spectra/view/TimeControls.js +++ b/js/spectra/view/TimeControls.js @@ -60,9 +60,7 @@ define( function( require ) { ]; var speedComboBox = new ComboBox( speedItems, clockSpeed, comboBoxListParent, { listPosition: 'above', - itemHighlightFill: 'rgb( 153, 206, 255 )', - itemXMargin: 4, - itemYMargin: 4 + highlightFill: 'rgb( 153, 206, 255 )' } ); assert && assert( !options.children, 'decoration not supported' );