mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-12-15 03:07:56 +01:00
Removed extra space from welcome page (#35778)
* Removed extra space from welcome page * Added space between info bar and release notes
This commit is contained in:
@@ -66,7 +66,7 @@
|
||||
|
||||
<StackPanel
|
||||
Grid.Row="1"
|
||||
Margin="32,0,0,16"
|
||||
Margin="32,16,0,16"
|
||||
VerticalAlignment="Top"
|
||||
Orientation="Vertical">
|
||||
<TextBlock
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user