phetsims / projectile-data-lab

"Projectile Data Lab" is an educational simulation in HTML5, by PhET Interactive Simulations.
GNU General Public License v3.0
0 stars 0 forks source link

Mean icon is not centered #122

Closed matthew-blackman closed 7 months ago

matthew-blackman commented 7 months ago
Panel

The mean icon appears to be right-aligned instead of centered.

samreid commented 7 months ago

I added an AlignGroup which seems to help:

image

I cannot explain why the interval tool icon is not centered.

samreid commented 7 months ago

@jonathanolson showed there are 2 createCheckboxRow. I can factor those out.

samreid commented 7 months ago

Fixed and reviewed with @matthew-blackman, closing.