[PR #9412] [MERGED] Display correct tooltip when window is maximized #27570

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

📋 Pull Request Information

Original PR: https://github.com/microsoft/terminal/pull/9412
Author: @Chips1234
Created: 3/8/2021
Status: Merged
Merged: 3/9/2021
Merged by: @undefined

Base: mainHead: dev/chips1234/restore-tooltip


📝 Commits (1)

📊 Changes

3 files changed (+19 additions, -4 deletions)

View changed files

📝 src/cascadia/TerminalApp/MinMaxCloseControl.cpp (+5 -0)
📝 src/cascadia/TerminalApp/MinMaxCloseControl.xaml (+7 -0)
📝 src/cascadia/TerminalApp/Resources/en-US/Resources.resw (+7 -4)

📄 Description

Summary of the Pull Request

Instead of displaying "Maximize" in the tooltip for the maximize/restore button even when the window is maximized, it now displays "Restore Down".

References

Fixes #5693

PR Checklist

Validation Steps Performed

Tested manually.


🔄 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/9412 **Author:** [@Chips1234](https://github.com/Chips1234) **Created:** 3/8/2021 **Status:** ✅ Merged **Merged:** 3/9/2021 **Merged by:** [@undefined](undefined) **Base:** `main` ← **Head:** `dev/chips1234/restore-tooltip` --- ### 📝 Commits (1) - [`c004324`](https://github.com/microsoft/terminal/commit/c00432448031144430b590bac66a4078d7f158dd) Display correct tooltip ### 📊 Changes **3 files changed** (+19 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `src/cascadia/TerminalApp/MinMaxCloseControl.cpp` (+5 -0) 📝 `src/cascadia/TerminalApp/MinMaxCloseControl.xaml` (+7 -0) 📝 `src/cascadia/TerminalApp/Resources/en-US/Resources.resw` (+7 -4) </details> ### 📄 Description ## Summary of the Pull Request Instead of displaying "Maximize" in the tooltip for the maximize/restore button even when the window is maximized, it now displays "Restore Down". ## References Fixes #5693 ## PR Checklist * [X] Closes #5693 * [X] CLA signed. If not, go over [here](https://cla.opensource.microsoft.com/microsoft/Terminal) and sign the CLA * [X] Tests added/passed ## Validation Steps Performed Tested manually. --- <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:22:45 +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#27570