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 5d14fd6 commit cbe0d85
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions js/least-squares-regression/view/DataSetComboBox.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
} );
}

Expand Down

0 comments on commit cbe0d85

Please sign in to comment.