diff --git a/js/least-squares-regression/view/DataSetComboBox.js b/js/least-squares-regression/view/DataSetComboBox.js index cce643b..f00f0e4 100644 --- a/js/least-squares-regression/view/DataSetComboBox.js +++ b/js/least-squares-regression/view/DataSetComboBox.js @@ -35,10 +35,9 @@ define( function( require ) { ComboBox.call( this, items, selectedDataSetProperty, dataSetListParent, { listPosition: 'below', - itemYMargin: 2, - itemHighlightFill: LeastSquaresRegressionConstants.ITEM_HIGHLIGHT_FILL, + highlightFill: LeastSquaresRegressionConstants.ITEM_HIGHLIGHT_FILL, buttonLineWidth: 1, - buttonCornerRadius: LeastSquaresRegressionConstants.SMALL_PANEL_CORNER_RADIUS + cornerRadius: LeastSquaresRegressionConstants.SMALL_PANEL_CORNER_RADIUS } ); }