terminal/src/cascadia
Anurag Thakur 7719f8f1b7 Updated TitleBar Buttons to be consistent with other Windows ap… (#3777)
<!-- Enter a brief description/summary of your PR here. What does it fix/what does it change/how was it tested (even manually, if necessary)? -->
## Summary of the Pull Request

This PR updates the TitleBar buttons to be more consistent with other Windows apps.
Current buttons are a tiny bit smaller as compared to Chrome/Credge/Settings:
![Screenshot (269)~2](https://user-images.githubusercontent.com/36439704/69860506-6f60fc00-12bc-11ea-9b39-5b4a21584e67.png)


<!-- Other than the issue solved, is this relevant to any other issues/existing PRs? --> 


<!-- Please review the items on the PR checklist before submitting-->
## PR Checklist
* [X] CLA signed
* [ ] Tests added/passed
* [ ] Requires documentation to be updated
* [ ] I've discussed this with core contributors already.

<!-- Provide a more detailed description of the PR, other things fixed or any additional comments/features here -->
## Detailed Description of the Pull Request / Additional comments

This PR changes the PointerHover Background of the close button on the TitleBar to match other Windows apps, from "#ff0000" to "#e81123". Also, the button width has been changed to 46 to be the same as other windows apps.
<!-- Describe how you validated the behavior. Add automated tests wherever possible, but list manual validation steps taken as well -->

------------------------------------------
* Fix Close Button Color

Changed the color of the Close Button on mouse hover from Red to "#e81123" which is the color used by other uwp apps.

* Updated Button Width

Changed the button width to be consistent with other uwp apps.
2019-12-02 08:25:49 -06:00
..
CascadiaPackage Introduce a Universal package for Windows Terminal (#3236) 2019-11-25 16:30:45 -08:00
inc Implement ConnectionState and closeOnExit=graceful/always/never (#3623) 2019-11-25 14:22:29 -08:00
LocalTests_TerminalApp FindGuid helper function (#3762) 2019-12-02 08:24:21 -06:00
PublicTerminalCore Unify and clean up the common build properties (#3429) 2019-11-05 14:29:11 -08:00
TerminalApp Updated TitleBar Buttons to be consistent with other Windows ap… (#3777) 2019-12-02 08:25:49 -06:00
TerminalConnection Implement ConnectionState and closeOnExit=graceful/always/never (#3623) 2019-11-25 14:22:29 -08:00
TerminalControl Implement ConnectionState and closeOnExit=graceful/always/never (#3623) 2019-11-25 14:22:29 -08:00
TerminalCore Add suppressApplicationTitle as boolean (#2814) 2019-11-21 16:18:24 -08:00
TerminalSettings Implement ConnectionState and closeOnExit=graceful/always/never (#3623) 2019-11-25 14:22:29 -08:00
UnitTests_TerminalCore Add suppressApplicationTitle as boolean (#2814) 2019-11-21 16:18:24 -08:00
ut_app Add support for arbitrary args in keybindings (#3391) 2019-11-14 16:23:40 -06:00
WindowsTerminal Introduce a Universal package for Windows Terminal (#3236) 2019-11-25 16:30:45 -08:00
WindowsTerminalUniversal Enable signing and ARM64 for Universal Terminal (#3716) 2019-11-26 14:25:54 -08:00
WinRTUtils Make sure to set an alpha channel during ColorRefToColor (#3669) 2019-11-22 09:10:12 -08:00
WpfTerminalControl consolidate PackageES versioning in /custom.props (#3672) 2019-11-25 11:29:40 -08:00
CascadiaResources.build.items Introduce a Universal package for Windows Terminal (#3236) 2019-11-25 16:30:45 -08:00