phetsims / collision-lab

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

Kinetic Energy occluded by Values in 1D #168

Closed arouinfar closed 4 years ago

arouinfar commented 4 years ago

For https://github.com/phetsims/QA/issues/537

When the mass is large, the momentum value can occlude the Kinetic Energy readout in 1D.

image

Increasing the height of the play area by 0.1 almost entirely removes the occlusion, and doesn't seem to disturb the layout elsewhere. image

There is still a very slight overlap. This could be removed entirely by instead increasing the height by 0.2, but I think that makes the play area a bit too tall for the 1D screens. Instead, it would be preferable to bump the Kinetic Energy readout down just a bit.

@jonathanolson please make the following changes:

jonathanolson commented 4 years ago

Both should be done, can you verify that this looks as desired?

arouinfar commented 4 years ago

Looks good, thanks @jonathanolson!