mirror of
https://github.com/microsoft/PowerToys.git
synced 2024-12-01 01:49:06 +08:00
[FancyZonesEditor]Fix margin in the "Create new layout" dialog (#22100)
This commit is contained in:
parent
2b2c813e69
commit
6767ff736b
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user