mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-03 09:46:54 +02: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
|
<StackPanel
|
||||||
Grid.Row="1"
|
Grid.Row="1"
|
||||||
Margin="32,0,0,16"
|
Margin="32,16,0,16"
|
||||||
VerticalAlignment="Top"
|
VerticalAlignment="Top"
|
||||||
Orientation="Vertical">
|
Orientation="Vertical">
|
||||||
<TextBlock
|
<TextBlock
|
||||||
|
|||||||
@@ -2174,7 +2174,7 @@ Take a moment to preview the various utilities listed or view our comprehensive
|
|||||||
<value>Preference updated.</value>
|
<value>Preference updated.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="Oobe_WhatsNew_DataDiagnostics_Yes_Click_InfoBar_Desc.Text" xml:space="preserve">
|
<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>
|
||||||
<data name="Oobe_WhatsNew_DataDiagnostics_Yes_Click_OpenSettings_Text.Text" xml:space="preserve">
|
<data name="Oobe_WhatsNew_DataDiagnostics_Yes_Click_OpenSettings_Text.Text" xml:space="preserve">
|
||||||
<value>settings.</value>
|
<value>settings.</value>
|
||||||
|
|||||||
Reference in New Issue
Block a user