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 3ad0a85 commit 53e504aCopy full SHA for 53e504a
MaterialDesignThemes.Wpf/Themes/Generic.xaml
@@ -610,6 +610,7 @@
610
TextOptions.TextRenderingMode="Auto"
611
Foreground="{DynamicResource MaterialDesignBody}"
612
FontFamily="{StaticResource MaterialDesignFont}"
613
+ Focusable="False"
614
IsTabStop="False"
615
Opacity="0"
616
RenderTransformOrigin=".5,.5"
MaterialDesignThemes.Wpf/Themes/MaterialDesignTheme.Card.xaml
@@ -34,7 +34,6 @@
34
</Grid>
35
</ControlTemplate>
36
<Style TargetType="{x:Type wpf:Card}">
37
- <Setter Property="TextOptions.TextFormattingMode" Value="Display" />
38
<Setter Property="Template" Value="{StaticResource CardTemplate}" />
39
<Setter Property="Background" Value="{DynamicResource MaterialDesignPaper}" />
40
<Setter Property="VerticalAlignment" Value="Top" />
0 commit comments