Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Kinnara authored Dec 17, 2023
1 parent a80c1ab commit 218e8ec
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ModernWpf.Controls/CommandBar/AppBarSeparator.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@

<Style TargetType="local:AppBarSeparator">
<Setter Property="Foreground" Value="{DynamicResource AppBarSeparatorForeground}" />
<Setter Property="Padding" Value="{StaticResource AppBarSeparatorMargin}" />
<Setter Property="IsTabStop" Value="False" />
<Setter Property="Template">
<Setter.Value>
Expand All @@ -37,7 +38,7 @@
Width="{StaticResource AppBarSeparatorWidth}"
VerticalAlignment="Stretch"
Fill="{TemplateBinding Foreground}"
Margin="{StaticResource AppBarSeparatorMargin}"/>
Margin="{TemplateBinding Padding}"/>
</Grid>

<ControlTemplate.Triggers>
Expand Down

0 comments on commit 218e8ec

Please sign in to comment.