Skip to content

Conversation

@benhillis
Copy link
Member

Fixes #13798

Copy link
Contributor

Copilot AI left a comment

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
Copy link

SharakPL commented Dec 30, 2025

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Welcome to WSL app doesn't wrap text for Networking mode

4 participants