phetsims / circuit-construction-kit-common

"Circuit Construction Kit: Basics" is an educational simulation in HTML5, by PhET Interactive Simulations.
GNU General Public License v3.0
10 stars 10 forks source link

viewRadioButtonGroup should reflow to top left corner if circuitElementToolbox carousel is hidden #952

Closed matthew-blackman closed 1 year ago

matthew-blackman commented 1 year ago

circuitElementToolbox (carousel) should be in a VBox with viewRadioButtonGroup for dynamic layout purposes. Lifelike/schematic buttons should float to the top left of the window if the carousel is hidden.

Screen Shot 2023-01-25 at 8 48 17 AM
AgustinVallejo commented 1 year ago

We accidentally fixed this one as well when working on https://github.com/phetsims/circuit-construction-kit-common/issues/952

samreid commented 1 year ago

Fixed an additional problem in downstream code, all else seems good. Closing.