Skip to content

Commit

Permalink
set cornerRadius for sims that relied on old default in ComboBox, phe…
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelzoom committed Jan 16, 2019
1 parent b8bb4a0 commit 6202e9a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions js/beerslaw/view/SolutionComboBox.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ define( function( require ) {
yMargin: 16,
arrowHeight: 20,
highlightFill: 'rgb( 218, 255, 255 )',
cornerRadius: 8,
tandem: tandem
} );
}
Expand Down
1 change: 1 addition & 0 deletions js/concentration/view/SoluteComboBox.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ define( function( require ) {
yMargin: 16,
arrowHeight: 20,
highlightFill: 'rgb( 218, 255, 255 )',
cornerRadius: 8,
tandem: tandem
} );
}
Expand Down

0 comments on commit 6202e9a

Please sign in to comment.