mirror of
https://gitee.com/handyorg/HandyControl.git
synced 2024-11-29 18:38:30 +08:00
chore: sync the change to net 40.
This commit is contained in:
parent
fa29764581
commit
7cbedd5a33
@ -9,6 +9,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">
|
||||
|
@ -7270,6 +7270,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">
|
||||
@ -14364,4 +14365,4 @@
|
||||
</Style>
|
||||
<Style BasedOn="{StaticResource RangeSliderBaseStyle}" TargetType="hc:RangeSlider" />
|
||||
<Style BasedOn="{StaticResource SliderBaseStyle}" TargetType="Slider" />
|
||||
</ResourceDictionary>
|
||||
</ResourceDictionary>
|
@ -7354,6 +7354,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">
|
||||
|
Loading…
Reference in New Issue
Block a user