[PR #5369] [CLOSED] Tooltip Text #26286

Open
opened 2026-01-31 09:15:09 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/microsoft/terminal/pull/5369
Author: @Chips1234
Created: 4/16/2020
Status: Closed

Base: masterHead: dev/chips1234/tooltip-text


📝 Commits (3)

  • a10b69a Made the new tab split button display a tooltip.
  • 3402615 Added a tooltip text to the three buttons
  • f5ac660 Update src/cascadia/TerminalApp/TabRowControl.xaml

📊 Changes

2 files changed (+4 additions, -0 deletions)

View changed files

📝 src/cascadia/TerminalApp/MinMaxCloseControl.xaml (+3 -0)
📝 src/cascadia/TerminalApp/TabRowControl.xaml (+1 -0)

📄 Description

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.

References

Connected to "Add Tooltip text to buttons" - #5355

PR Checklist

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.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/microsoft/terminal/pull/5369 **Author:** [@Chips1234](https://github.com/Chips1234) **Created:** 4/16/2020 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dev/chips1234/tooltip-text` --- ### 📝 Commits (3) - [`a10b69a`](https://github.com/microsoft/terminal/commit/a10b69a6278e3e11ba4428e61670d35b40355e21) Made the new tab split button display a tooltip. - [`3402615`](https://github.com/microsoft/terminal/commit/34026156c9445639c1cb9baa1eeb0fd3ce221604) Added a tooltip text to the three buttons - [`f5ac660`](https://github.com/microsoft/terminal/commit/f5ac660707bca21de0051ef344df14df6b7640e1) Update src/cascadia/TerminalApp/TabRowControl.xaml ### 📊 Changes **2 files changed** (+4 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `src/cascadia/TerminalApp/MinMaxCloseControl.xaml` (+3 -0) 📝 `src/cascadia/TerminalApp/TabRowControl.xaml` (+1 -0) </details> ### 📄 Description <!-- 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 Tooltip texts is an important element of each software! Added tooltip text to close button, minimize, restore down, and new tab. <!-- Other than the issue solved, is this relevant to any other issues/existing PRs? --> ## References Connected to "Add Tooltip text to buttons" - #5355 <!-- Please review the items on the PR checklist before submitting--> ## PR Checklist * [X] Closes #5355 * [X] CLA signed. If not, go over [here](https://cla.opensource.microsoft.com/microsoft/Terminal) and sign the CLA * [X] Tests added/passed * [X] No documents * [ ] I've discussed this with core contributors already. If not checked, I'm ready to accept this work might be rejected in favour of a different grand plan. Issue number where discussion took place: #5355 <!-- 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 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. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-31 09:15:09 +00:00
Sign in to join this conversation.
No Label pull-request
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#26286