[PR #17058] Fix window style under minimized state #31101

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

Original Pull Request: https://github.com/microsoft/terminal/pull/17058

State: closed
Merged: Yes


Closes: #13961

This PR changes the window styling we use under the minimized state. We now retain the active window styling so the content's height doesn't change when switching between minimized and maximized states.

Validation Steps Performed

  • Open Terminal and go into Maximized mode.
  • Click on the Minimize button.
  • No SizeChanged event in ControlCore.
  • Click on the WT icon in the taskbar to restore it.
  • No SizeChanged event in ControlCore.
**Original Pull Request:** https://github.com/microsoft/terminal/pull/17058 **State:** closed **Merged:** Yes --- Closes: #13961 This PR changes the window styling we use under the minimized state. We now retain the active window styling so the content's height doesn't change when switching between minimized and maximized states. ## Validation Steps Performed - Open Terminal and go into Maximized mode. - Click on the Minimize button. - No `SizeChanged` event in `ControlCore`. - Click on the WT icon in the taskbar to restore it. - No `SizeChanged` event in `ControlCore`.
claunia added the pull-request label 2026-01-31 09:45:08 +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#31101