mirror of
https://gitcode.com/gh_mirrors/se/Semi.Avalonia
synced 2026-04-07 09:46:36 +08:00
fix: fix dropdownbutton glyph color.
This commit is contained in:
@@ -44,7 +44,7 @@
|
|||||||
HorizontalAlignment="Right"
|
HorizontalAlignment="Right"
|
||||||
VerticalAlignment="Center"
|
VerticalAlignment="Center"
|
||||||
Data="{DynamicResource DropdownButtonIconGlyph}"
|
Data="{DynamicResource DropdownButtonIconGlyph}"
|
||||||
Foreground="{DynamicResource ComboBoxDropDownGlyphForeground}"
|
Foreground="{TemplateBinding Foreground}"
|
||||||
IsHitTestVisible="False"
|
IsHitTestVisible="False"
|
||||||
UseLayoutRounding="False" />
|
UseLayoutRounding="False" />
|
||||||
</Grid>
|
</Grid>
|
||||||
@@ -137,7 +137,7 @@
|
|||||||
HorizontalAlignment="Right"
|
HorizontalAlignment="Right"
|
||||||
VerticalAlignment="Center"
|
VerticalAlignment="Center"
|
||||||
Data="{DynamicResource DropdownButtonIconGlyph}"
|
Data="{DynamicResource DropdownButtonIconGlyph}"
|
||||||
Foreground="{DynamicResource ComboBoxDropDownGlyphForeground}"
|
Foreground="{TemplateBinding Foreground}"
|
||||||
IsHitTestVisible="False"
|
IsHitTestVisible="False"
|
||||||
UseLayoutRounding="False" />
|
UseLayoutRounding="False" />
|
||||||
</Grid>
|
</Grid>
|
||||||
|
|||||||
Reference in New Issue
Block a user