phetsims / mean-share-and-balance

"Mean: Share and Balance" is an educational simulation in HTML5, by PhET Interactive Simulations.
GNU General Public License v3.0
2 stars 1 forks source link

Dynamic layout issue with NumberSpinner #281

Closed jessegreenberg closed 3 months ago

jessegreenberg commented 3 months ago

The label above the number spinner doesn't center with dynamic layout:

image

EDIT: for #270

jessegreenberg commented 3 months ago

Actually, it might just be that the text is left aligned, but I did not expect it. If this layout is expected, feel free to close.


    const superOptions = combineOptions<VBoxOptions>( {
      children: [ numberOfCupsText, numberSpinner ],
      align: 'left'
amanda-phet commented 3 months ago

Yes the text should be left-aligned since the spinner and checkboxes all have an alignment on the left.