[PR #16602] Fix overlapping disclaimer text in Profiles' Defaults section #30957

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

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

State: closed
Merged: Yes


Fix overlapping disclaimer text in Profiles' Defaults section

While removing ScrollViewer from the subpages in the settings UI, the main Grid child element order was not preserved and as a result, the disclaimer text overlapped with the main content on the page.

To fix that we now apply (the lost) Grid.Row property on the parent StackPanel of the main content.

Screenshot 2024-01-25 194231

Validation Steps Performed

  • Disclaimer text does not overlap.

PR Checklist

  • Tests added/passed
**Original Pull Request:** https://github.com/microsoft/terminal/pull/16602 **State:** closed **Merged:** Yes --- Fix overlapping disclaimer text in Profiles' Defaults section [While removing ScrollViewer](https://github.com/microsoft/terminal/pull/16261) from the subpages in the settings UI, the main Grid child element order was not preserved and as a result, the disclaimer text overlapped with the main content on the page. To fix that we now apply (the lost) `Grid.Row` property on the parent StackPanel of the main content. ![Screenshot 2024-01-25 194231](https://github.com/microsoft/terminal/assets/55626797/ec31a3fc-2e39-4114-8afb-5b427149b5af) ### Validation Steps Performed - Disclaimer text does not overlap. ### PR Checklist - [x] Tests added/passed
claunia added the pull-request label 2026-01-31 09:44:05 +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#30957