Skip to content

Commit 86b4641

Browse files
committed
Fix #135
1 parent 5be0af6 commit 86b4641

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

FluentWPF/Styles/ComboBox.xaml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -25,16 +25,16 @@
2525
Background="{DynamicResource SystemAltMediumColorBrush}"
2626
BorderBrush="{TemplateBinding BorderBrush}"
2727
BorderThickness="{TemplateBinding BorderThickness}" />
28-
<TextBlock x:Name="DropDownGlyph"
29-
Grid.Column="1"
30-
IsHitTestVisible="False"
31-
Margin="0,10,10,10"
32-
Foreground="{DynamicResource SystemBaseMediumHighColorBrush}"
33-
FontFamily="Segoe MDL2 Assets"
34-
FontSize="12"
35-
Text="&#xE0E5;"
36-
HorizontalAlignment="Right"
37-
VerticalAlignment="Center"/>
28+
<Path x:Name="DropDownGlyph"
29+
Grid.Column="1"
30+
IsHitTestVisible="False"
31+
Width="12" Height="12"
32+
Margin="0,10,10,10"
33+
Data="F1 M 11.25,0.0L 11.78,0.53L 5.89,6.42L 0.0,0.53L 0.53,0.0L 5.89,5.36L 11.25,0.0 Z "
34+
Fill="{DynamicResource SystemBaseMediumHighColorBrush}"
35+
RenderTransformOrigin="0.5,0.5" Stretch="Uniform"
36+
HorizontalAlignment="Right"
37+
VerticalAlignment="Center"/>
3838
<VisualStateManager.VisualStateGroups>
3939
<VisualStateGroup x:Name="CommonStates">
4040
<VisualState x:Name="Normal" />

0 commit comments

Comments
 (0)