Skip to content

Commit 66b3d82

Browse files
committed
Updating demo to use the markup extension
1 parent cd656a5 commit 66b3d82

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

MainDemo.Wpf/MainWindow.xaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
TextOptions.TextFormattingMode="Ideal"
1313
TextOptions.TextRenderingMode="Auto"
1414
Background="{DynamicResource MaterialDesignPaper}"
15-
FontFamily="{StaticResource MaterialDesignFont}" Icon="favicon.ico">
15+
FontFamily="{materialDesign:MaterialDesignFont}"
16+
Icon="favicon.ico">
1617
<Window.CommandBindings>
1718
<CommandBinding Command="Copy" Executed="OnCopy"></CommandBinding>
1819
</Window.CommandBindings>

0 commit comments

Comments
 (0)