Skip to content

Commit 8d3770c

Browse files
Delete style attribute (#2939)
It will be set in ControlTemplate.Triggers, so it probably need not be set here.
1 parent aa19c17 commit 8d3770c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

MaterialDesignThemes.Wpf/Themes/MaterialDesignTheme.Expander.xaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,6 @@
276276
IsChecked="{Binding Path=IsExpanded, Mode=TwoWay, RelativeSource={RelativeSource TemplatedParent}}"
277277
IsTabStop="False"
278278
Opacity="0.87"
279-
Style="{StaticResource MaterialDesignHorizontalHeaderStyle}"
280279
TextElement.FontSize="{TemplateBinding wpf:ExpanderAssist.HeaderFontSize}" />
281280

282281
<Border Name="ContentSite">

0 commit comments

Comments
 (0)