Skip to content
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

Title bar width #8

Open
VitalRus95 opened this issue Feb 18, 2023 · 1 comment
Open

Title bar width #8

VitalRus95 opened this issue Feb 18, 2023 · 1 comment
Labels
bug Something isn't working enhancement New feature or request

Comments

@VitalRus95
Copy link

It seems that the title bar width is not taken into account when automatic resizing is enabled, which trims long headers.
изображение

@user-grinch
Copy link
Owner

I believe it's a ImGui bug ( or intended? ).

A way around this would be to set minimum window width ( ImGuiRedux doesn't have those APIs exposed yet). These can be used to achieve somewhat same results
ImGuiSetWindowSize
ImGuiSetNextWindowSize

@user-grinch user-grinch added bug Something isn't working enhancement New feature or request labels Feb 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants