Skip to content

Commit 2032472

Browse files
authored
Fix: Fixed spacing in the create archive dialog (#10676)
1 parent ad9ae14 commit 2032472

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Files.App/Dialogs/CreateArchiveDialog.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
RequestedTheme="{x:Bind helpers:ThemeHelper.RootTheme}"
2020
Style="{StaticResource DefaultContentDialogStyle}"
2121
mc:Ignorable="d">
22-
<StackPanel Width="440" Spacing="8">
22+
<StackPanel Width="440" Spacing="4">
2323

2424
<!-- Archive Name -->
2525
<Grid

0 commit comments

Comments
 (0)