From b6e46c0dc1cce8c35c7217650a19e8835b30e75d Mon Sep 17 00:00:00 2001 From: Eric Tian <47545798+Chips1234@users.noreply.github.com> Date: Thu, 30 Apr 2020 15:45:56 -0700 Subject: [PATCH] Add tooltip text to New Tab/Min/Max/Close (#5484) ## Summary of the Pull Request Tooltip texts is an important element of each software! Added tooltip text to close button, minimize, restore down, and new tab. Moved from original. ## References Connected to #5355 ## PR Checklist * [X] Closes #5355 * [X] CLA signed. If not, go over [here](https://cla.opensource.microsoft.com/microsoft/Terminal) and sign the CLA * [ ] Tests added/passed * [X] No Docs * [ ] I've discussed this with core contributors already. If not checked, I'm ready to accept this work might be rejected in favor of a different grand plan. Issue number where discussion took place: #5355 ## Detailed Description of the Pull Request / Additional comments I'm pretty sure most ppl know what a tooltip text is, but for those who don't, it's a text that tells you what a button does when you over the button with your mouse. --- .../TerminalApp/Resources/en-US/Resources.resw | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/cascadia/TerminalApp/Resources/en-US/Resources.resw b/src/cascadia/TerminalApp/Resources/en-US/Resources.resw index e9732e9ce..0dfbe91b3 100644 --- a/src/cascadia/TerminalApp/Resources/en-US/Resources.resw +++ b/src/cascadia/TerminalApp/Resources/en-US/Resources.resw @@ -238,15 +238,27 @@ New Tab + + New Tab + Close + + Close + Maximize + + Maximize + Minimize + + Minimize + About