Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Kinnara authored Dec 9, 2023
1 parent 191fcee commit 9d4d714
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ModernWpf.Controls/CommandBar/CommandBar.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@
<Grid
x:Name="ContentRoot"
VerticalAlignment="Top"
Margin="{TemplateBinding Padding}"
Height="{TemplateBinding Height}"
MinHeight="{DynamicResource AppBarThemeCompactHeight}"
Background="{TemplateBinding Background}">
Expand All @@ -74,6 +73,7 @@
-->
<ContentControl
x:Name="ContentControl"
Margin="{TemplateBinding Padding}"
Content="{TemplateBinding Header}"
ContentTemplate="{TemplateBinding HeaderTemplate}"
Foreground="{TemplateBinding Foreground}"
Expand Down

0 comments on commit 9d4d714

Please sign in to comment.