Closed KatieWoe closed 2 years ago
@arouinfar did we previously decide to proceed with this as a known deficiency? And even if so, have we changed our tolerance for problems like this? What do you recommend?
@samreid this seems like something we would have punted on before dynamic layout. However, I think it's worth some investigation to try and close the gap. If it's not well-supported (since two separate controls need to be hidden), we can close as wontfix.
Patch from collaboration with @zepumph
Fixed and ready for cherry picking.
The layout now changes as you hide scenes and the panel size also changes dynamically. There is only one instance where that isn't true: If only one scene is visible and the reset button is hidden, the panel size does not change--resulting in an empty space at the top.
@Nancy-Salpepi I think that behavior is acceptable. If a client wants to completely hide the scene radio buttons, they should use view.controlPanel.sceneControl.visibleProperty
which behaves as expected:
For https://github.com/phetsims/qa/issues/838. Seen on Win 11 Chrome. When hiding scenes, there is a gap left between the remaining sims. This can be very noticeable.