terminal/src/cascadia
jtippet d350a89324
Update the shape of our custom NewTab button to match MUX's TabView button (#6766)
The MUX TabView control has a uniquely-shaped [+] button.  TerminalApp
doesn't use it: instead, it has a SplitView button that is styled to
look like MUX's official button.  However, it doesn't get the button's
shape right.  This PR updates TerminalApp's custom button to look more
like MUX's.

The difference is that MUX only rounds the top two corners, and it uses
a bigger radius.  Without matching MUX's radius, the upper-left corner
of the button makes an awkward asymmetric divot with the abutting tab.
There's also a spot in the lower-left corner that just looks like
someone accidentally spilled a few pixels on the floor.

Current appearance before this PR:
![oldlight](https://user-images.githubusercontent.com/10259764/86410863-74ca5e80-bc70-11ea-8c15-4ae22998b209.png)

New appearance with this PR:
![newlight](https://user-images.githubusercontent.com/10259764/86410871-772cb880-bc70-11ea-972c-13332f1a1bdb.png)

Most important deltas highlighted with red circles:
![marklight](https://user-images.githubusercontent.com/10259764/86410877-78f67c00-bc70-11ea-8a6d-696cfbd89b1d.png)


Note that this PR does *not* attempt to fix the colors.  The colors are
also just slightly different from what MUX uses.  I'll save that for a
separate PR, since all those screenshots would clutter this up this PR.
2020-07-06 14:13:23 +00:00
..
CascadiaPackage Remove parentheses from Preview and Dev build (#6418) 2020-06-09 18:32:27 +00:00
inc Add support for the Command Palette (#6635) 2020-06-26 20:38:02 +00:00
LocalTests_TerminalApp Add support for the Command Palette (#6635) 2020-06-26 20:38:02 +00:00
PublicTerminalCore wpf: add a .NET Core WPF Test project for the WPF Control (#6441) 2020-06-09 13:41:42 -07:00
ShellExtension Make the Shell Extension methods STDMETHODIMP (#6238) 2020-05-28 14:09:52 -07:00
TerminalApp Update the shape of our custom NewTab button to match MUX's TabView button (#6766) 2020-07-06 14:13:23 +00:00
TerminalAzBridge Add explicit identifier to some constructors (#5652) 2020-04-29 16:50:47 -07:00
TerminalConnection Replace old C headers (xxx.h) with modern ones (cxxx) (#5080) 2020-07-01 11:00:24 -07:00
TerminalControl Add a ShortcutAction for toggling retro terminal effect (#6691) 2020-07-01 23:17:43 +00:00
TerminalCore Add support for the "overline" graphic rendition attribute (#6754) 2020-07-06 14:11:17 +00:00
TerminalSettings Add support for win32-input-mode to conhost, ConPTY, Terminal (#6309) 2020-06-08 22:31:28 +00:00
UnitTests_TerminalCore Improve the propagation of color attributes over ConPTY (#6506) 2020-07-01 11:10:36 -07:00
ut_app Introduce JsonUtilsNew as documented in #5875 (#6355) 2020-06-18 00:27:42 +00:00
WindowsTerminal Replace old C headers (xxx.h) with modern ones (cxxx) (#5080) 2020-07-01 11:00:24 -07:00
WindowsTerminalUniversal Move all wildcards into targets or expand them (#6406) 2020-06-08 14:01:47 -07:00
WinRTUtils Add support for the Command Palette (#6635) 2020-06-26 20:38:02 +00:00
WpfTerminalControl Replace std::map with std::unordered_map (#6640) 2020-06-23 20:49:07 +00:00
WpfTerminalTestNetCore/WpfTerminalTestNetCore Fix 3 different bugs in the WPF control (#6464) 2020-06-11 18:05:43 +00:00
CascadiaResources.build.items Add a new appxmanifest for preview (#5774) 2020-05-07 16:00:56 +00:00