-
Notifications
You must be signed in to change notification settings - Fork 30.5k
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
Windows: allow more styles in the menu bar and hide the title bar #17009
Comments
Thanks for the feedback. We have the ability to toggle the menu bar on and off at the moment (from the View menu). @bgashler1 has been working on theming, with one of the ideas being to allow the title bar to take on the VS Code theme colours (see the full issue here: #3112 - Brad's comments and proposal are further on in the thread). Let me know if this covers what you are proposing here. |
@stevencl Yes, I know we can hide the menu bar. If I also resolve to hide the menu bar the options to minimize restore / maximize and close remain in the same position as the tabs. Sorry for the English and the placed images. See if the explanation is better now. |
Thanks! We've investigated hiding the title bar too but the challenge we have not yet been able to fully solve is how to support dragging individual tabs and the full window when there is no title bar, if the tabs remain full height. Our only solution has been to add space above the tabs which the user can drag to move the whole window. This is effectively a title bar, albeit potentially a smaller one to the one we have today. |
@stevencl I think the biggest problem will be when you have a group of guides and not when you have a single group (since this situation looks like how browsers work Edge, Firefox, Chrome.) I do not know if it's possible: Note that when we have many tabs open in browsers, they also leave a space between the minimize button and the button for a new tab. Could this space be placed and be used to drag the window? See that when we lower the Firefox and Chrome window it adds a space so that the entire window can be dragged. Could this space be added to when you have a group of tabs and when the window is dimmed? |
Thanks for all the suggestions. I'm trying to keep track of the requirements and suggestions in this issue: #17060 Would love to hear your thoughts there. I'll close this issue just now so that we can keep all the discussion and suggestions in one place. |
-- Sorry for the English, I used Google Translator --
Allowing show / hide equal title bar happens with Firefox.
Allow the menu bar to receive the color of the VSCode theme, just like in Firefox, rather than gray.
Follow a print (very ugly) to get an idea of how it could stay.
When we leave the Menu bar active.
When we hide the menu bar..
When we have a group of tabs with the Menu bar hidden.
The background color of the mininize, restore / maximize, and close buttons should change color along with the theme, but when hovering over it it should change color to gray when mininize and restore / maximize and red when closed, as it currently is .
The text was updated successfully, but these errors were encountered: