We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c64c73e commit b5eac4dCopy full SHA for b5eac4d
MaterialDesignThemes.Wpf/Themes/MaterialDesignTheme.TabControl.xaml
@@ -89,9 +89,7 @@
89
ContentTemplate="{TemplateBinding ContentTemplate}"
90
ContentTemplateSelector="{TemplateBinding ContentTemplateSelector}"
91
Focusable="False"
92
- SnapsToDevicePixels="{TemplateBinding SnapsToDevicePixels}"
93
- TextBlock.Foreground="{Binding ElementName=PART_HeaderCard, Path=Foreground}"
94
- TextElement.Foreground="{Binding ElementName=PART_HeaderCard, Path=Foreground}" />
+ SnapsToDevicePixels="{TemplateBinding SnapsToDevicePixels}" />
95
</Border>
96
</DockPanel>
97
0 commit comments