From 396f85f97f8418861b531fbe9dc8c946caff835e Mon Sep 17 00:00:00 2001 From: DB p Date: Tue, 15 Nov 2022 01:55:51 +0900 Subject: [PATCH] Fix Height --- Plugins/Flow.Launcher.Plugin.Program/AddProgramSource.xaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Plugins/Flow.Launcher.Plugin.Program/AddProgramSource.xaml b/Plugins/Flow.Launcher.Plugin.Program/AddProgramSource.xaml index 9b117669f..b1a8744fd 100644 --- a/Plugins/Flow.Launcher.Plugin.Program/AddProgramSource.xaml +++ b/Plugins/Flow.Launcher.Plugin.Program/AddProgramSource.xaml @@ -6,10 +6,11 @@ xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" Title="{DynamicResource flowlauncher_plugin_program_directory}" Width="Auto" + Height="276" Background="{DynamicResource PopuBGColor}" Foreground="{DynamicResource PopupTextColor}" ResizeMode="NoResize" - SizeToContent="WidthAndHeight" + SizeToContent="Width" WindowStartupLocation="CenterScreen"> @@ -94,13 +95,13 @@ LastChildFill="True">