mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-08 04:07:40 +02:00
[FancyZonesEditor]Fix margin in the "Create new layout" dialog (#22100)
This commit is contained in:
@@ -747,7 +747,7 @@
|
|||||||
Title="{x:Static props:Resources.Choose_layout_type}"
|
Title="{x:Static props:Resources.Choose_layout_type}"
|
||||||
Opened="Dialog_Opened"
|
Opened="Dialog_Opened"
|
||||||
Closed="Dialog_Closed">
|
Closed="Dialog_Closed">
|
||||||
<StackPanel Margin="0,16,0,0">
|
<StackPanel Margin="0,16,24,0">
|
||||||
<TextBlock x:Name="NameHeaderText"
|
<TextBlock x:Name="NameHeaderText"
|
||||||
Text="{x:Static props:Resources.Name}" />
|
Text="{x:Static props:Resources.Name}" />
|
||||||
<TextBox Margin="3,6,3,0"
|
<TextBox Margin="3,6,3,0"
|
||||||
|
|||||||
Reference in New Issue
Block a user