From a8bcda2cd33912a87d7553101fb52b342e7346c1 Mon Sep 17 00:00:00 2001 From: Hongtao Zhang Date: Thu, 30 Jun 2022 08:47:10 -0500 Subject: [PATCH] Implement the search functionality in PluginStore Page --- Flow.Launcher/SettingWindow.xaml | 12 +++++---- Flow.Launcher/SettingWindow.xaml.cs | 40 +++++++++++++++++++++++++---- 2 files changed, 42 insertions(+), 10 deletions(-) diff --git a/Flow.Launcher/SettingWindow.xaml b/Flow.Launcher/SettingWindow.xaml index 8259a33f6..d53d589ff 100644 --- a/Flow.Launcher/SettingWindow.xaml +++ b/Flow.Launcher/SettingWindow.xaml @@ -878,8 +878,7 @@ - + @@ -925,10 +924,10 @@ HorizontalAlignment="Right" DockPanel.Dock="Right" FontSize="14" - Text="" - TextAlignment="Left" + KeyDown="PluginFilterTxb_OnKeyDown" LostFocus="RefreshPluginListEventHandler" - KeyDown="PluginFilterTxb_OnKeyDown"> + Text="" + TextAlignment="Left">