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 cd656a5 commit 66b3d82Copy full SHA for 66b3d82
MainDemo.Wpf/MainWindow.xaml
@@ -12,7 +12,8 @@
12
TextOptions.TextFormattingMode="Ideal"
13
TextOptions.TextRenderingMode="Auto"
14
Background="{DynamicResource MaterialDesignPaper}"
15
- FontFamily="{StaticResource MaterialDesignFont}" Icon="favicon.ico">
+ FontFamily="{materialDesign:MaterialDesignFont}"
16
+ Icon="favicon.ico">
17
<Window.CommandBindings>
18
<CommandBinding Command="Copy" Executed="OnCopy"></CommandBinding>
19
</Window.CommandBindings>
0 commit comments