-
Notifications
You must be signed in to change notification settings - Fork 32.5k
Find a way to fit panel headers into the smaller minimum width #87347
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
Comments
I should add that I fully agree with having a non-negotiable minimum width of the terminal, I would just like some kind of minification strategy for the toolbar beyond a certain size; overflow buttons, reduced button padding, removing the "terminal" title -- I leave that choice up to the VSCode designers. |
This is the minimum size for the panel, not just the terminal. Moving to @isidorn |
This is a fair feature request. |
Like @Kroc stated, this minimum width prevents it panel header bar from rendering improperly so I believe the right fix is to figure out a way for the header to become smaller. /cc @misolori for ideas |
After discussing this during our UX Sync we thought this was worth pursuing but we'd need to cautious of a state where the panel titles has an ellipsis and the actions on the right also have one. One idea was to swap the ellipsis in the terminal panel. We'll ideate on this a bit. |
Can you please make the terminal panel minimum width configurable? I work on widescreen (2560) - two documents side by side + terminal panel and before the update I was able to save much more space on the right when terminal was open. Now it snaps around 420px, before it was ~250px |
I have to imagine this must be a bug .. right? The new min width for the terminal panel, especially on laptops, is crazy annoying. I already hide all the panel buttons (thank goodness there's a way with css customization). Which worked & felt great before. But now? I mean, sure, all the panel headings are visible without overflow now, with room to spare. But only the terminal matters (for me). So .. thanks but no thanks? I haven't calculated, but @P1X3L0V4's assertion on then & now widths (250px vs 420px) sounds about right: Please revert the min width to ~250px, as before. |
@misolori 👍 to collapsing the buttons into an ellipsis but I think the dropdown should also be included in the overflow button. Otherwise the terminal is forced to be larger than the other panels, for example what happens when you open the debug console, size it as small as possible and then open the terminal? Does the panel expand from opening a different one? |
@Tyriar I think we should not have it resize by changing panels. I want to find a way to get every in the old minimum width and keep that restriction for all panels. Since we are tracking this item closely to find a resolution, I am going to revert the minimum width change now in favor of a fix that gets the terminal within the bounds. |
old width restored: b51e121 |
@tw-space can you share your CSS rules to hide panel buttons and prevent panel headers from collapsing please? |
on the opposite, I want to set the panel wider😂, the default is not enough for me, but I cannot find the settings, anyone who knows? |
Can you please make the minimum panel width configurable? Some people want it larger, some smaller. Why not give the option to choose the value that works best for your particular screen size and preferences? Personally I want to make the minimum width smaller. On a laptop screen I sometimes like to collapse a side panel until I need it, and the current width wastes precious space with two windows side-by-side on a 1080p screen. Alternatively, an option to completely hide all non-focused panels would be great 👌 |
ffmpeg -hwaccel auto -y -i "/storage/emulated/0/Android/data/com.silentlexx.ffmpeggui/files/sample.mp4" -s 1920x1080 -c:v wmv2 -q:v 5 -c:a wavpack -ab 128k -ar 44100 "/storage/emulated/0/Download/sample.wmv" ffmpeg version 6.0 Copyright (c) 2000-2023 the FFmpeg developers https://m.youtube.com/@YOSHIMIXXUGRAFFIT47 |
Setting |
Now that the integrated terminal panel cannot be sized smaller than its toolbar (a good thing because the kill button was being shoved off screen), it is however uncomfortably wide on a screen-resolution of 1366x768. With a document of 80-chars wide, the side-bar is far too narrow :(
Please allow the integrated terminal's toolbar to compact more at its smallest size.
The text was updated successfully, but these errors were encountered: