phetsims / plinko-probability

"Plinko Probability" is an educational simulation in HTML5, by PhET Interactive Simulations.
GNU General Public License v3.0
5 stars 7 forks source link

histogram mode buttons move around when switching screens #75

Closed pixelzoom closed 7 years ago

pixelzoom commented 7 years ago

This is because the icons on the buttons are different sizes. RadioButtonGroup is used to create the buttons and it sizes all buttons to the largest icon dimension.

The easiest way to resolve this is to make the PNG icons files all have the same dimensions.

pixelzoom commented 7 years ago

Done. Buttons now stay put when switching screens. Closing.