-
-
Notifications
You must be signed in to change notification settings - Fork 22k
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
Add minimum size to some debugger elements #99113
Add minimum size to some debugger elements #99113
Conversation
Will this fix #97786, too? |
@hsvfan-jan The minimum size of the Breakpoints thingy is now enough to prevent you from being able to collapse it as much as you've shown, but I didn't change the default size. But still, this should address the issue, so I've edited the post to include this. The second thing you've mentioned is likely a result of your theming. This is how it looks for me in 4.3: So I'm not sure it's an issue, if you still think it is you should open a separate ticket. |
No, that'll be enough for me to fully close the ticket, thanks! |
Are there other bottom-panel sections that have similar minimum limits? |
My question was more-so about most other panels. Because when the editor's window is very small, the minimum size will push the Inspector & other docks. |
All of the minimum sizes I've modified add up to significantly less than the required UI in some of these sections, like the lines of buttons on top. The minimum sizes are very tame, just enough to not look messed up. |
Thanks! |
Fixes how certain parts of the debuggers can be shrunk down to disappear, to look really messed up, or to be drawn wrong. Fixes #97786