Browse Source
Merge pull request #8583 from wieslawsoltes/fixes/RenderDemoTheme
Fix render demo theme
pull/8590/head
Max Katz
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
7 additions and
1 deletions
-
samples/RenderDemo/App.xaml
|
|
|
@ -3,6 +3,12 @@ |
|
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"> |
|
|
|
<Application.Styles> |
|
|
|
<FluentTheme /> |
|
|
|
<StyleInclude Source="avares://ControlSamples/HamburgerMenu/HamburgerMenu.xaml" /> |
|
|
|
</Application.Styles> |
|
|
|
<Application.Resources> |
|
|
|
<ResourceDictionary> |
|
|
|
<ResourceDictionary.MergedDictionaries> |
|
|
|
<ResourceInclude Source="avares://ControlSamples/HamburgerMenu/HamburgerMenu.xaml" /> |
|
|
|
</ResourceDictionary.MergedDictionaries> |
|
|
|
</ResourceDictionary> |
|
|
|
</Application.Resources> |
|
|
|
</Application> |
|
|
|
|