[PR #14569] [SUI] Polish Launch Parameters setting controls #30162

Closed
opened 2026-01-31 09:39:02 +00:00 by claunia · 0 comments
Owner

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

State: closed
Merged: Yes


Summary of the Pull Request

Performs some cleanup in the Settings UI for the Launch Parameters settings:

  1. Updates all NumberBox controls in the Settings UI to have a Compact SpinButtonPlacementMode instead of an inline one. This alleviates the XAML bug where the spin button would appear over the number box's input value.
  2. Fixes an issue where a long X/Y value would resize the settings controls weirdly. This was fixed by introducing a Grid inside the main grid and applying a width to the number boxes.
  3. Rename "Use system default" checkbox to be more clear. Propagate the new localized string into expander preview.

Closes #14558

**Original Pull Request:** https://github.com/microsoft/terminal/pull/14569 **State:** closed **Merged:** Yes --- ## Summary of the Pull Request Performs some cleanup in the Settings UI for the Launch Parameters settings: 1. Updates all `NumberBox` controls in the Settings UI to have a `Compact` `SpinButtonPlacementMode` instead of an inline one. This alleviates the XAML bug where the spin button would appear over the number box's input value. 2. Fixes an issue where a long X/Y value would resize the settings controls weirdly. This was fixed by introducing a `Grid` inside the main grid and applying a width to the number boxes. 3. Rename "Use system default" checkbox to be more clear. Propagate the new localized string into expander preview. Closes #14558
claunia added the pull-request label 2026-01-31 09:39:02 +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#30162