phetsims / neuron

"Neuron" is an educational simulation in HTML5, by PhET Interactive Simulations.
GNU General Public License v3.0
1 stars 3 forks source link

use scenery-phet.CloseButton #94

Closed pixelzoom closed 8 years ago

pixelzoom commented 8 years ago

Replace duplicated code with CloseButton. See https://github.com/phetsims/scenery-phet/issues/210.

pixelzoom commented 8 years ago

@jbphet Note that the defaults in CloseButton do not match those needed by neuron (where the button seems a little small). You'll need to set options.iconLength.

jbphet commented 8 years ago

New button has been integrated, closing.