diff --git a/Plugins/Flow.Launcher.Plugin.Program/AddProgramSource.xaml b/Plugins/Flow.Launcher.Plugin.Program/AddProgramSource.xaml index 39d5f8a4e..b1a8744fd 100644 --- a/Plugins/Flow.Launcher.Plugin.Program/AddProgramSource.xaml +++ b/Plugins/Flow.Launcher.Plugin.Program/AddProgramSource.xaml @@ -5,11 +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="530" + Width="Auto" + Height="276" Background="{DynamicResource PopuBGColor}" Foreground="{DynamicResource PopupTextColor}" ResizeMode="NoResize" - SizeToContent="Height" + SizeToContent="Width" WindowStartupLocation="CenterScreen"> @@ -69,9 +70,9 @@ TextAlignment="Left" TextWrapping="WrapWithOverflow" /> - - - + + + @@ -88,21 +89,22 @@ VerticalAlignment="Center" FontSize="14" Text="{DynamicResource flowlauncher_plugin_program_directory}" /> -