Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Kinnara authored Dec 7, 2023
1 parent 9e42df8 commit e599c14
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ModernWpf.Controls/CommandBar/CommandBar.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
<Setter Property="HorizontalAlignment" Value="Stretch" />
<Setter Property="HorizontalContentAlignment" Value="Left" />
<Setter Property="VerticalContentAlignment" Value="Top" />
<Setter Property="CornerRadius" Value="{DynamicResource ControlCornerRadius}" />
<Setter Property="Template">
<Setter.Value>
<ControlTemplate TargetType="primitives:CommandBarToolBar">
Expand Down Expand Up @@ -158,7 +159,7 @@
VerticalAlignment="Stretch"
BorderThickness="{DynamicResource CommandBarBorderThicknessOpen}"
BorderBrush="{DynamicResource CommandBarBorderBrushOpen}"
CornerRadius="{DynamicResource ControlCornerRadius}" />
CornerRadius="{TemplateBinding CornerRadius}" />
</Grid>
</Grid>
<ControlTemplate.Triggers>
Expand Down

0 comments on commit e599c14

Please sign in to comment.