Skip to content

Commit

Permalink
Merge remote-tracking branch 'gumbarros/seal-classes' into seal-classes
Browse files Browse the repository at this point in the history
  • Loading branch information
gumbarros committed Mar 19, 2024
2 parents 846bde1 + f8831f4 commit eda0bce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Files.App/UserControls/Settings/SettingsBlockControl.xaml
Expand Up @@ -31,7 +31,7 @@
<Setter Property="BorderThickness" Value="{ThemeResource ExpanderHeaderBorderThickness}" />
<Setter Property="HorizontalAlignment" Value="Stretch" />
<Setter Property="MinHeight" Value="{StaticResource ExpanderMinHeight}" />
<Setter Property="Padding" Value="20,4,20,4" />
<Setter Property="Padding" Value="16,4,16,4" />
<Setter Property="CornerRadius" Value="{ThemeResource ControlCornerRadius}" />
</Style>

Expand All @@ -44,7 +44,7 @@
<Setter Property="BorderThickness" Value="{ThemeResource ExpanderHeaderBorderThickness}" />
<Setter Property="HorizontalAlignment" Value="Stretch" />
<Setter Property="HorizontalContentAlignment" Value="Stretch" />
<Setter Property="Padding" Value="20,4,20,4" />
<Setter Property="Padding" Value="16,4,16,4" />
<Setter Property="MinHeight" Value="{StaticResource ExpanderMinHeight}" />
<Setter Property="CornerRadius" Value="{ThemeResource ControlCornerRadius}" />
</Style>
Expand Down

0 comments on commit eda0bce

Please sign in to comment.