Skip to content

Commit 44b09c6

Browse files
Jack251970TBM13
authored andcommitted
Use dynamic resource
1 parent 57d100e commit 44b09c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Flow.Launcher/SettingPages/Views/SettingsPanePlugins.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
Padding="0 0 7 0"
9393
Background="{DynamicResource Color01B}"
9494
FontSize="14"
95-
ItemContainerStyle="{StaticResource PluginList}"
95+
ItemContainerStyle="{DynamicResource PluginList}"
9696
ItemsSource="{Binding Source={StaticResource PluginCollectionView}}"
9797
Loaded="PluginListBox_Loaded"
9898
ScrollViewer.HorizontalScrollBarVisibility="Disabled"

0 commit comments

Comments
 (0)