-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Leading and trailing separators still visible #123
Comments
The layoutOptions in SolarSystemCommonConstants.HSEPARATOR_OPTIONS is overriding the normal separator options (where it specifies that it is a separator). Thinking about the best way to handle this. |
Fix pushed above. However it's a bit inconvenient that the layout options aren't combinable. I wonder if it should switch to a model where it mutates by default (instead of... setting it as an entire object). Thoughts? |
In the commit, @AgustinVallejo exported the default separator layout options so it is possible for clients to extends rather than replace them. Closing. |
According to the scenery documentation https://phetsims.github.io/scenery/doc/layout#separators leading and trailing separators should be invisible. However, in My Solar System if I hide the checkbox before the first separator like this:
The separator is still visible (above the speed checkbox):
The text was updated successfully, but these errors were encountered: