[FancyZonesEditor]Fix margin in the "Create new layout" dialog (#22100)

This commit is contained in:
Seraphima Zykova 2022-11-18 13:00:25 +01:00 committed by GitHub
parent 2b2c813e69
commit 6767ff736b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -747,7 +747,7 @@
Title="{x:Static props:Resources.Choose_layout_type}"
Opened="Dialog_Opened"
Closed="Dialog_Closed">
<StackPanel Margin="0,16,0,0">
<StackPanel Margin="0,16,24,0">
<TextBlock x:Name="NameHeaderText"
Text="{x:Static props:Resources.Name}" />
<TextBox Margin="3,6,3,0"