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 29f962c commit 636dfc3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions js/spectra/view/TimeControls.js
Original file line number Diff line number Diff line change
Expand Up @@ -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' );
Expand Down

0 comments on commit 636dfc3

Please sign in to comment.