We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fdd5707 commit c056438Copy full SHA for c056438
QuickLook/App.xaml
@@ -10,11 +10,11 @@
10
<Application.Resources>
11
<ResourceDictionary>
12
<ResourceDictionary.MergedDictionaries>
13
- <ResourceDictionary Source="/QuickLook.Common;component/Styles/ScrollBarStyleDictionary.xaml" />
14
<ui:ThemesDictionary />
15
<ui:ControlsDictionary />
16
<vio:ThemesDictionary />
17
<vio:ControlsDictionary />
+ <ResourceDictionary Source="/QuickLook.Common;component/Styles/ScrollBarStyleDictionary.xaml" />
18
</ResourceDictionary.MergedDictionaries>
19
<!-- Even though Segoe MDL2 Assets is obsoleted, retain it here for compatibility with legacy plugins. -->
20
<FontFamily x:Key="SegoeMDL2">./Fonts/#Segoe MDL2 Assets</FontFamily>
0 commit comments