From 7d769c5922be7de403abb97fae87607930d50df6 Mon Sep 17 00:00:00 2001 From: DB p Date: Tue, 15 Nov 2022 00:09:04 +0900 Subject: [PATCH 1/4] Change the Add program source window to responsive --- .../AddProgramSource.xaml | 36 ++++++++++++------- 1 file changed, 23 insertions(+), 13 deletions(-) diff --git a/Plugins/Flow.Launcher.Plugin.Program/AddProgramSource.xaml b/Plugins/Flow.Launcher.Plugin.Program/AddProgramSource.xaml index 9230eb062..b125c35f1 100644 --- a/Plugins/Flow.Launcher.Plugin.Program/AddProgramSource.xaml +++ b/Plugins/Flow.Launcher.Plugin.Program/AddProgramSource.xaml @@ -5,10 +5,11 @@ 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="Auto" Background="{DynamicResource PopuBGColor}" Foreground="{DynamicResource PopupTextColor}" - SizeToContent="Height" + ResizeMode="NoResize" + SizeToContent="WidthAndHeight" WindowStartupLocation="CenterScreen" mc:Ignorable="d"> @@ -64,17 +65,26 @@ TextAlignment="Left" /> - -