diff --git a/Flow.Launcher/Resources/Controls/InstalledPluginDisplay.xaml b/Flow.Launcher/Resources/Controls/InstalledPluginDisplay.xaml index cf8a01004..5836eaeeb 100644 --- a/Flow.Launcher/Resources/Controls/InstalledPluginDisplay.xaml +++ b/Flow.Launcher/Resources/Controls/InstalledPluginDisplay.xaml @@ -5,6 +5,7 @@ xmlns:d="http://schemas.microsoft.com/expression/blend/2008" xmlns:ui="http://schemas.modernwpf.com/2019" xmlns:viewModel="clr-namespace:Flow.Launcher.ViewModel" + xmlns:cc="clr-namespace:Flow.Launcher.Resources.Controls" mc:Ignorable="d" d:DataContext="{d:DesignInstance viewModel:PluginViewModel}" d:DesignHeight="300" d:DesignWidth="300"> @@ -16,7 +17,7 @@ SnapsToDevicePixels="True" Style="{StaticResource ExpanderStyle1}"> - + @@ -28,14 +29,14 @@ Width="32" Height="32" Source="{Binding Image, IsAsync=True}" /> - +