forked from microsoft/terminal
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improvements to the tab renamer box (microsoft#8589)
Basically, just impose a height on both the renamer box and the overall tab header control. However, to ensure that the text in the tab renamer box does not get clipped by its own border, we also need to set its font size, which is slightly smaller than it was before but it _is_ the same as the text block that it is trying to rename so I'd say its more consistent now. We also improve the tab renamer box so that it scrolls as more text is added instead of getting truncated (when the tabWidthMode is anything other than titleLength). When the tabWidthMode _is_ set to titleLength, the renamer box can increase in length much more (see GIFs below). Closes microsoft#8519
- Loading branch information
1 parent
b5d7341
commit d8e5876
Showing
5 changed files
with
55 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters