Skip to content

Commit ecda348

Browse files
authored
Remove relative source
1 parent 8fc0c37 commit ecda348

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MaterialDesignThemes.Wpf/Themes/MaterialDesignTheme.Expander.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
</VisualStateGroup>
7171
</VisualStateManager.VisualStateGroups>
7272
<wpf:PackIcon Kind="ChevronDown" Opacity=".38" x:Name="ExpandPath" RenderTransformOrigin="0.5,0.5"
73-
Height="24" Width="24" Foreground="{Binding RelativeSource={RelativeSource AncestorType={x:Type Expander}}, Path=Foreground}">
73+
Height="24" Width="24" Foreground="{TemplateBinding Foreground}">
7474
<wpf:PackIcon.RenderTransform>
7575
<TransformGroup>
7676
<ScaleTransform/>

0 commit comments

Comments
 (0)