From f6eaf5a3ab4c39b47b693b12e99cbe33309b65b4 Mon Sep 17 00:00:00 2001 From: Yusyuriv Date: Fri, 17 May 2024 02:21:33 +0600 Subject: [PATCH] Cleanup SettingsPanePlugins --- .../Controls/InstalledPluginDisplay.xaml | 29 +++-- .../Views/SettingsPanePlugins.xaml | 120 ++++++++---------- 2 files changed, 71 insertions(+), 78 deletions(-) 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}" /> - +