-
-
Notifications
You must be signed in to change notification settings - Fork 491
Fix status bar clipped in minimal state #1517
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me!
This also fixes the sidenav scrolling.
Before change:
Screen.Recording.2022年10月04日.at.15.27.10.mov
After change:
Screen.Recording.2022年10月04日.at.15.27.43.mov
Thank you so much for you contribution @r3inbowari! It is really appreciated 🤗
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I verified it fixes #1515 and #662 when used with any reasonable combination of window size and scale values (they can still occur when the vertical window size is ridiculously small and the scale value ridiculously large, but the IDE UI in general will be unusable under those conditions so we don't need to be concerned about it).
Thanks @r3inbowari!
(they can still occur when the vertical window size is ridiculously small and the scale value ridiculously large, but the IDE UI in general will be unusable under those conditions so we don't need to be concerned about it).
That's right, unless the minHeight is zero.
Uh oh!
There was an error while loading. Please reload this page.
Motivation
Fix bottom status bar(or top tool bar when click the
output
title) is clipped by allowing theDockPanel
has a wider height range.Change description
Make the total height of the split children less than the preset minHeight as much as possible.
Other information
Related to #1515 #1151 #779 #662
Reviewer checklist