-
-
Notifications
You must be signed in to change notification settings - Fork 29
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
More control over tab positioning / GUI element creation #68
Comments
you could try this style:
then the tabs should be at top |
And
|
maybe like this...
|
Thanks again for the quick response! But i am afraid this doesn't work either. The suggested solution leads to a behaviour that the first tab which is docked "fill" is "behind" the second tab docked "fill". |
what do you mean with "behind"? maybe you could share a example? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Lets say you have a panel which is docked "bottom". Then you drag another panel on top of the first one and dock it "filled". Then the two visible tabs are at the bottom edge of the panels. It would be great if this can be customized (for example put the tabs on the top border). It would be great if there was an option that all tabs of "filled" panels are presented like the tabs of dockFill panels that are directly under the documentNode (editor1 and editor2 in the IDE demo).
If the tabs are on the top border the "header line" would be redundant and could be removed.
The text was updated successfully, but these errors were encountered: