Skip to content

Commit c056438

Browse files
committed
Restore ScrollBarStyle
1 parent fdd5707 commit c056438

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

QuickLook/App.xaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
1010
<Application.Resources>
1111
<ResourceDictionary>
1212
<ResourceDictionary.MergedDictionaries>
13-
<ResourceDictionary Source="/QuickLook.Common;component/Styles/ScrollBarStyleDictionary.xaml" />
1413
<ui:ThemesDictionary />
1514
<ui:ControlsDictionary />
1615
<vio:ThemesDictionary />
1716
<vio:ControlsDictionary />
17+
<ResourceDictionary Source="/QuickLook.Common;component/Styles/ScrollBarStyleDictionary.xaml" />
1818
</ResourceDictionary.MergedDictionaries>
1919
<!-- Even though Segoe MDL2 Assets is obsoleted, retain it here for compatibility with legacy plugins. -->
2020
<FontFamily x:Key="SegoeMDL2">./Fonts/#Segoe MDL2 Assets</FontFamily>

0 commit comments

Comments
 (0)