From 0c5442c618ab81c4bc3083f865316bb9c35c2871 Mon Sep 17 00:00:00 2001 From: DB p Date: Sat, 6 Nov 2021 21:20:39 +0900 Subject: [PATCH] Change the window size to responsive --- Flow.Launcher/SelectFileManagerWindow.xaml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/Flow.Launcher/SelectFileManagerWindow.xaml b/Flow.Launcher/SelectFileManagerWindow.xaml index f2ea12b23..527b91171 100644 --- a/Flow.Launcher/SelectFileManagerWindow.xaml +++ b/Flow.Launcher/SelectFileManagerWindow.xaml @@ -7,14 +7,13 @@ xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:ui="http://schemas.modernwpf.com/2019" Title="{DynamicResource fileManagerWindow}" - Width="600" - Height="550" Background="#f3f3f3" DataContext="{Binding RelativeSource={RelativeSource Self}}" ResizeMode="NoResize" + SizeToContent="WidthAndHeight" WindowStartupLocation="CenterScreen" mc:Ignorable="d"> - + @@ -152,7 +151,7 @@