Skip to content

Commit

Permalink
Fix hc:Tag binding error.
Browse files Browse the repository at this point in the history
  • Loading branch information
GF-Huang committed May 2, 2024
1 parent 2155d1d commit fa29764
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<Style x:Key="Tag4CheckComboBoxStyle" BasedOn="{StaticResource TagBaseStyle}" TargetType="hc:Tag">
<Setter Property="Padding" Value="6,2,4,2" />
<Setter Property="Height" Value="Auto" />
<Setter Property="ShowCloseButton" Value="True" />
<Setter Property="Template">
<Setter.Value>
<ControlTemplate TargetType="hc:Tag">
Expand Down

0 comments on commit fa29764

Please sign in to comment.