feat: adapt inner icon theme.
This commit is contained in:
@@ -84,12 +84,9 @@
|
||||
<PathIcon
|
||||
x:Name="DropDownGlyph"
|
||||
Grid.Column="4"
|
||||
Width="12"
|
||||
Height="12"
|
||||
Margin="0,0,10,0"
|
||||
HorizontalAlignment="Right"
|
||||
VerticalAlignment="Center"
|
||||
IsVisible="{Binding #ClearButton.IsVisible, Converter={x:Static BoolConverters.Not}}"
|
||||
Theme="{DynamicResource InnerPathIcon}"
|
||||
Width="{DynamicResource ComboBoxIconWidth}"
|
||||
Data="{DynamicResource ComboBoxIcon}"
|
||||
Foreground="{DynamicResource ComboBoxIconDefaultForeground}"
|
||||
IsHitTestVisible="False"
|
||||
@@ -232,6 +229,7 @@
|
||||
Grid.Column="0"
|
||||
Width="{DynamicResource CheckBoxBoxGlyphWidth}"
|
||||
Height="{DynamicResource CheckBoxBoxGlyphHeight}"
|
||||
Theme="{DynamicResource InnerPathIcon}"
|
||||
Margin="8,0"
|
||||
VerticalAlignment="Center"
|
||||
Data="{DynamicResource CheckBoxCheckGlyph}"
|
||||
|
||||
Reference in New Issue
Block a user