-
-
Notifications
You must be signed in to change notification settings - Fork 78
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
Added configurable spacing after and before headers #27
base: main
Are you sure you want to change the base?
Conversation
This reverts commit 86cc609.
IDE keep messing with the format, please ignore my previous commits to my fork 😅. |
Thanks for this PR. Your implementation as it stands will break current users layout, so it needs to be changed so that the default is to use
Note you also need to remove the defaults from |
Added the mentioned suggestions! I did set as -1.0f the default values so it does not affect the format of other people. |
Thanks - I'll pull this to review once I get some time. |
This does not compile for me as the function https://github.com/ocornut/imgui/blob/master/imgui.h#L482 I think you could possibly use a |
Just a reminder that this PR is waiting on a fix as it does not compile against the latest Dear ImGui library code. |
I felt the spacing after headers was too big so I added the ability to configure how big are the spaces after and before the headers.