Skip to content

Commit

Permalink
CommunityToolkit#3070 Stretch the content of the expander header
Browse files Browse the repository at this point in the history
  • Loading branch information
skendrot committed Jan 10, 2020
1 parent 7eb9c0b commit 768cbc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Microsoft.Toolkit.Uwp.UI.Controls/Expander/Expander.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<Setter Property="Padding" Value="2,0,0,0" />
<Setter Property="Height" Value="40" />
<Setter Property="HorizontalAlignment" Value="Stretch" />
<Setter Property="HorizontalContentAlignment" Value="Left" />
<Setter Property="HorizontalContentAlignment" Value="Stretch" />
<Setter Property="VerticalAlignment" Value="Stretch" />
<Setter Property="FontFamily" Value="{ThemeResource ContentControlThemeFontFamily}" />
<Setter Property="FontWeight" Value="Normal" />
Expand Down

0 comments on commit 768cbc1

Please sign in to comment.