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 e5ea26a commit 8a33ad5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js/under-pressure/view/MysteryPoolView.js
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ define( function( require ) {
ComboBox.createItem( new Text( planetBString, comboBoxTextOptions ), 1 ),
ComboBox.createItem( new Text( planetCString, comboBoxTextOptions ), 2 )
], mysteryPoolModel.customGravityProperty, self, {
cornerRadius: 8,
highlightFill: 'rgb(218,255,255)',
visible: false
} );
Expand Down

0 comments on commit 8a33ad5

Please sign in to comment.