From 8a33ad545396959f377a2ccc1268656a6e25f1aa Mon Sep 17 00:00:00 2001 From: Chris Malley Date: Wed, 16 Jan 2019 12:57:21 -0700 Subject: [PATCH] set cornerRadius for sims that relied on old default in ComboBox, https://github.com/phetsims/projectile-motion/issues/171 --- js/under-pressure/view/MysteryPoolView.js | 1 + 1 file changed, 1 insertion(+) diff --git a/js/under-pressure/view/MysteryPoolView.js b/js/under-pressure/view/MysteryPoolView.js index a9c8b614..2445685a 100644 --- a/js/under-pressure/view/MysteryPoolView.js +++ b/js/under-pressure/view/MysteryPoolView.js @@ -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 } );