[PR #18424] [Windows 10] Fix layout in New Tab Menu page #31525

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

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

State: closed
Merged: Yes


Summary of the Pull Request

There's an existing WinUI bug where a nested Grid has it's star-sizing ignored on Windows 10. This resulted in the New Tab Menu page looking weird on Windows 10. This PR fixes the layout issue by applying a max width to the first column, which will be clipped as necessary to make space for the second column.

References and Relevant Issues

Part of #18281

Validation Steps Performed

Validated the page looks good on Windows 10 and Windows 11, even after resizing the window.

**Original Pull Request:** https://github.com/microsoft/terminal/pull/18424 **State:** closed **Merged:** Yes --- ## Summary of the Pull Request There's an existing WinUI bug where a nested Grid has it's star-sizing ignored on Windows 10. This resulted in the New Tab Menu page looking weird on Windows 10. This PR fixes the layout issue by applying a max width to the first column, which will be clipped as necessary to make space for the second column. ## References and Relevant Issues Part of #18281 ## Validation Steps Performed Validated the page looks good on Windows 10 and Windows 11, even after resizing the window.
claunia added the pull-request label 2026-01-31 09:47:48 +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#31525