mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-03 09:46:54 +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}"
|
||||
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"
|
||||
|
||||
Reference in New Issue
Block a user