-
Notifications
You must be signed in to change notification settings - Fork 105
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
Programatically control pane size better #12
Labels
Comments
This should already be possible with setPrefSize
Please correct me if it does not work however. |
I've modified your demo code to illustrate the problem:
Run it like that and you can see the desired proportions. Add in the uncommented extra panes and I get it that it reverts the bottom pane to 50% of the total height. |
Is there any work around available for this issue? or is there any plan to fix this? |
TheDoctorOne
added a commit
to TheDoctorOne/DockFX
that referenced
this issue
Mar 19, 2022
…rtBColton#12) Added support for getDockNode to DockableNode interface which gets updated by BasicFXMLDockPaneAdapter.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
At the moment I think I can only specify dock position, it would be nice to be able to specify initial docked size too. For example when creating an initial layout for something like an IDE having the docked logging window at the bottom only using a small (maybe 10%) of the height of the application window.
The text was updated successfully, but these errors were encountered: