phetsims / blackbody-spectrum

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

Convert to one of the ZoomButtonGroup subclasses #123

Closed pixelzoom closed 1 year ago

pixelzoom commented 3 years ago

From https://github.com/phetsims/scenery-phet/issues/652, this sim is a candidate for converting to one of the ZoomButtonGroup subclasses. The Buttons screen of the scenery-phet demo shows the 2 subclasses (screenshot below), PlusMinusZoomButtonGroup on the left, MagnifyingGlassZoomButtonGroup. If you don't want to change the look of the sim, use MagnifyingGlassZoomButtonGroup. If you think the more modern-looking PlusMinusZoomButtonGroup is more appropriate, consult with your sim designer.

screenshot_882
jbphet commented 1 year ago

I've converted the sim to use MagnifyingGlassZoomButtonGroup. I decided to keep it simple and leave it looking the same and not involve the designers. Besides, I like the magnifying glasses. Closing.