From 65920a50a5330148917a697fc96d12cde4fe3e66 Mon Sep 17 00:00:00 2001 From: DB p Date: Fri, 18 Nov 2022 15:28:16 +0900 Subject: [PATCH] Fix ProgramSetting's Button Area --- .../Flow.Launcher.Plugin.Program/Views/ProgramSetting.xaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Plugins/Flow.Launcher.Plugin.Program/Views/ProgramSetting.xaml b/Plugins/Flow.Launcher.Plugin.Program/Views/ProgramSetting.xaml index 227c23ebc..74c29576e 100644 --- a/Plugins/Flow.Launcher.Plugin.Program/Views/ProgramSetting.xaml +++ b/Plugins/Flow.Launcher.Plugin.Program/Views/ProgramSetting.xaml @@ -11,7 +11,7 @@ - + @@ -145,8 +145,8 @@ DragEnter="programSourceView_DragEnter" Drop="programSourceView_Drop" GridViewColumnHeader.Click="GridViewColumnHeaderClickedHandler" - PreviewMouseRightButtonUp="ProgramSourceView_PreviewMouseRightButtonUp" MouseDoubleClick="programSourceView_MouseDoubleClick" + PreviewMouseRightButtonUp="ProgramSourceView_PreviewMouseRightButtonUp" SelectionChanged="programSourceView_SelectionChanged" SelectionMode="Extended">