microsoft/Terminal
Auf GitHub ansehenWM_NCHITTEST returns HTCAPTION for client area and tabs
Open
#8.795 geöffnet am 15. Jan. 2021
Area-UserInterfaceHelp WantedIssue-BugPriority-2Product-Terminal
Repository-Metriken
- Stars
- (35.764 Stars)
- PR-Merge-Metriken
- (Durchschn. Merge 27T 19h) (24 gemergte PRs in 30 T)
Beschreibung
Description of the new feature/enhancement
Please consider placing the tabs into the client area instead of the title bar. Right now the tabs are in the correct place only with setting "showTabsInTitlebar": false,. This will cause problems with softwares that utilize the title bars.
Default settings
"showTabsInTitlebar": false,
Proposed technical implementation details (optional)
Take a look at Edge browser. Edge used to place everything in the title bar as well, but now it has been fixed.
