Skip to content

Commit eda0bce

Browse files
committed
Merge remote-tracking branch 'gumbarros/seal-classes' into seal-classes
2 parents 846bde1 + f8831f4 commit eda0bce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Files.App/UserControls/Settings/SettingsBlockControl.xaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<Setter Property="BorderThickness" Value="{ThemeResource ExpanderHeaderBorderThickness}" />
3232
<Setter Property="HorizontalAlignment" Value="Stretch" />
3333
<Setter Property="MinHeight" Value="{StaticResource ExpanderMinHeight}" />
34-
<Setter Property="Padding" Value="20,4,20,4" />
34+
<Setter Property="Padding" Value="16,4,16,4" />
3535
<Setter Property="CornerRadius" Value="{ThemeResource ControlCornerRadius}" />
3636
</Style>
3737

@@ -44,7 +44,7 @@
4444
<Setter Property="BorderThickness" Value="{ThemeResource ExpanderHeaderBorderThickness}" />
4545
<Setter Property="HorizontalAlignment" Value="Stretch" />
4646
<Setter Property="HorizontalContentAlignment" Value="Stretch" />
47-
<Setter Property="Padding" Value="20,4,20,4" />
47+
<Setter Property="Padding" Value="16,4,16,4" />
4848
<Setter Property="MinHeight" Value="{StaticResource ExpanderMinHeight}" />
4949
<Setter Property="CornerRadius" Value="{ThemeResource ControlCornerRadius}" />
5050
</Style>

0 commit comments

Comments
 (0)