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 649369d commit b8bb4a0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 4 additions & 2 deletions js/beerslaw/view/SolutionComboBox.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,10 @@ define( function( require ) {
ComboBox.call( this, items, selectedSolutionProperty, solutionListParent, {
labelNode: label,
listPosition: 'above',
itemYMargin: 12,
itemHighlightFill: 'rgb(218,255,255)',
xMargin: 12,
yMargin: 16,
arrowHeight: 20,
highlightFill: 'rgb( 218, 255, 255 )',
tandem: tandem
} );
}
Expand Down
6 changes: 4 additions & 2 deletions js/concentration/view/SoluteComboBox.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,10 @@ define( function( require ) {
ComboBox.call( this, items, selectedSoluteProperty, soluteListParent, {
labelNode: labelNode,
listPosition: 'below',
itemYMargin: 12,
itemHighlightFill: 'rgb(218,255,255)',
xMargin: 12,
yMargin: 16,
arrowHeight: 20,
highlightFill: 'rgb( 218, 255, 255 )',
tandem: tandem
} );
}
Expand Down

0 comments on commit b8bb4a0

Please sign in to comment.