Grant Limberg 9 years ago
parent
commit
21ae423feb
1 changed files with 6 additions and 0 deletions
  1. 6 0
      windows/WinUI/App.xaml

+ 6 - 0
windows/WinUI/App.xaml

@@ -4,5 +4,11 @@
              StartupUri="MainWindow.xaml">
     <Application.Resources>
          
+    	<ResourceDictionary>
+    		<ResourceDictionary.MergedDictionaries>
+    			<ResourceDictionary Source="Simple Styles.xaml"/>
+    		</ResourceDictionary.MergedDictionaries>
+    	</ResourceDictionary>
+         
     </Application.Resources>
 </Application>