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 @@