Skip to content

Commit

Permalink
Removed extra space from welcome page (#35778)
Browse files Browse the repository at this point in the history
* Removed extra space from welcome page

* Added space between info bar and release notes
  • Loading branch information
agarwalishita authored Nov 26, 2024
1 parent 6cece12 commit 7c98765
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@

<StackPanel
Grid.Row="1"
Margin="32,0,0,16"
Margin="32,16,0,16"
VerticalAlignment="Top"
Orientation="Vertical">
<TextBlock
Expand Down
2 changes: 1 addition & 1 deletion src/settings-ui/Settings.UI/Strings/en-us/Resources.resw
Original file line number Diff line number Diff line change
Expand Up @@ -2174,7 +2174,7 @@ Take a moment to preview the various utilities listed or view our comprehensive
<value>Preference updated.</value>
</data>
<data name="Oobe_WhatsNew_DataDiagnostics_Yes_Click_InfoBar_Desc.Text" xml:space="preserve">
<value>You can change this at any time from </value>
<value>You can change this at any time from</value>
</data>
<data name="Oobe_WhatsNew_DataDiagnostics_Yes_Click_OpenSettings_Text.Text" xml:space="preserve">
<value>settings.</value>
Expand Down

0 comments on commit 7c98765

Please sign in to comment.