From c56c343ed6c7fbfae717dc6cce7a55e8f2a952a3 Mon Sep 17 00:00:00 2001 From: Vic <10308169+VictoriousRaptor@users.noreply.github.com> Date: Tue, 18 Oct 2022 14:51:13 +0800 Subject: [PATCH 01/58] Add Checkbox to edit program source window 1. Add Checkbox to edit program source window 2. Double click item to edit --- .../AddProgramSource.xaml | 93 ++++++++++++++----- .../AddProgramSource.xaml.cs | 38 ++++---- .../Views/ProgramSetting.xaml | 1 + .../Views/ProgramSetting.xaml.cs | 19 +++- 4 files changed, 107 insertions(+), 44 deletions(-) diff --git a/Plugins/Flow.Launcher.Plugin.Program/AddProgramSource.xaml b/Plugins/Flow.Launcher.Plugin.Program/AddProgramSource.xaml index 9230eb06254..b1e21a3e3b0 100644 --- a/Plugins/Flow.Launcher.Plugin.Program/AddProgramSource.xaml +++ b/Plugins/Flow.Launcher.Plugin.Program/AddProgramSource.xaml @@ -5,12 +5,12 @@ xmlns:d="http://schemas.microsoft.com/expression/blend/2008" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" Title="{DynamicResource flowlauncher_plugin_program_directory}" - Width="400" + Width="530" Background="{DynamicResource PopuBGColor}" Foreground="{DynamicResource PopupTextColor}" + ResizeMode="NoResize" SizeToContent="Height" - WindowStartupLocation="CenterScreen" - mc:Ignorable="d"> + WindowStartupLocation="CenterScreen"> @@ -19,7 +19,6 @@ - @@ -53,8 +52,8 @@ - - + + - - -