From 24ad8ed81647af66c803db450633cc107e48c3de Mon Sep 17 00:00:00 2001 From: DB p Date: Sat, 22 Oct 2022 18:02:20 +0900 Subject: [PATCH] Adjust Strings and add guide text --- .../ProgramSuffixes.xaml | 42 ++++++++++++++----- .../ProgramSuffixes.xaml.cs | 4 +- 2 files changed, 34 insertions(+), 12 deletions(-) diff --git a/Plugins/Flow.Launcher.Plugin.Program/ProgramSuffixes.xaml b/Plugins/Flow.Launcher.Plugin.Program/ProgramSuffixes.xaml index 496073c26..bc20bce66 100644 --- a/Plugins/Flow.Launcher.Plugin.Program/ProgramSuffixes.xaml +++ b/Plugins/Flow.Launcher.Plugin.Program/ProgramSuffixes.xaml @@ -40,26 +40,47 @@ - - + - + @@ -111,21 +132,20 @@ TextAlignment="Left" /> - + - + @@ -155,7 +175,7 @@ Content="{DynamicResource flowlauncher_plugin_program_suffixes_custom_file_types}" /> @@ -180,7 +200,7 @@ Content="{DynamicResource flowlauncher_plugin_program_suffixes_custom_urls}" /> diff --git a/Plugins/Flow.Launcher.Plugin.Program/ProgramSuffixes.xaml.cs b/Plugins/Flow.Launcher.Plugin.Program/ProgramSuffixes.xaml.cs index 2a10928e6..0939bfc58 100644 --- a/Plugins/Flow.Launcher.Plugin.Program/ProgramSuffixes.xaml.cs +++ b/Plugins/Flow.Launcher.Plugin.Program/ProgramSuffixes.xaml.cs @@ -1,5 +1,7 @@ using System; using System.Windows; +using System.Windows.Controls; +using System.Windows.Input; namespace Flow.Launcher.Plugin.Program { @@ -41,4 +43,4 @@ namespace Flow.Launcher.Plugin.Program DialogResult = true; } } -} \ No newline at end of file +}