phetsims / natural-selection

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

Horizontal separators in the control panel do not resize when locale is changed. #325

Closed pixelzoom closed 1 year ago

pixelzoom commented 1 year ago

Related to #319 ...

Horizontal separators in the control panel do not resize when locale is changed. For example:

Population control panel:

screenshot_1859

Proportions control panel:

screenshot_1858
pixelzoom commented 1 year ago

Done in the above commit. This was a little different than other sims, because the control panels are fixed width. So the contentNode VBox for each panel has a preferredWidth.

Closing.