Skip to content

wslsettings: ensure text in the oobe window properly wraps#13823

Merged
benhillis merged 1 commit into
masterfrom
user/benhill/oobe_text_wrap
Dec 5, 2025
Merged

wslsettings: ensure text in the oobe window properly wraps#13823
benhillis merged 1 commit into
masterfrom
user/benhill/oobe_text_wrap

Conversation

@benhillis

Copy link
Copy Markdown
Member

Fixes #13798

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR fixes issue #13798 by adding TextWrapping="Wrap" to TextBlock elements in OOBE (Out-Of-Box Experience) pages to ensure text properly wraps instead of overflowing when the window is resized or when text content is long.

  • Adds TextWrapping="Wrap" attribute to plain TextBlock elements across 5 OOBE pages
  • Ensures consistent text wrapping behavior for description and sample text elements
  • Maintains existing styling for subtitle elements which already have wrapping through OobeSubtitleStyle

Reviewed changes

Copilot reviewed 5 out of 5 changed files in this pull request and generated no comments.

Show a summary per file
File Description
WorkingAcrossFileSystemsPage.xaml Added TextWrapping="Wrap" to 3 sample TextBlocks (WindowsFromLinux, LinuxFromFileExplorer, LaunchWindowsFromWSL)
VSCodeIntegrationPage.xaml Added TextWrapping="Wrap" to 2 sample TextBlocks (VSCodeInstall, VSCodeOpenProject)
NetworkingIntegrationPage.xaml Added TextWrapping="Wrap" to 1 TextBlock (MirroredModeNetworking)
GUIAppsPage.xaml Added TextWrapping="Wrap" to 1 description TextBlock (AppsListDescription)
DistroManagementPage.xaml Added TextWrapping="Wrap" to 3 sample TextBlocks (InstallableDistros, InstallNamedDistros, AvailableDistros)
@benhillis benhillis merged commit caf38dc into master Dec 5, 2025
12 checks passed
@SharakPL

SharakPL commented Dec 30, 2025

Copy link
Copy Markdown

I see you made only a few blocks wrap. Why not all of them? Wrapping should be the default behavior here...

@benhillis benhillis deleted the user/benhill/oobe_text_wrap branch April 23, 2026 16:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

4 participants