-
Notifications
You must be signed in to change notification settings - Fork 5
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
Use VBox for contentNode in AvailableDecaysPanel #63
Comments
I think this was put in the wrong repo, since |
Assigning to @chrisklus in addition to @Luisav1, since they are the ones that are working on this sim. Unassigning myself. |
This was fixed in the commit above. Assigning to @marlitas for review. |
Added a couple review comments in the above commit. Small things. The changes look great! |
Comments addressed in 488f421. Closing |
In order to replace HSeparatorDeprecated with HSeparator, and just "in general"...
AvailableDecaysPanel.ts should use a VBox for its contentNode. VBox will handle the layout for you, as well as the resizing of the HSeparator. It current uses a Node for contentNode, with a bunch of manual layout that duplicates what VBox will handle.
The text was updated successfully, but these errors were encountered: