From fb36c0c1fd26bdce4c1d0c9e985bb204e8e327d0 Mon Sep 17 00:00:00 2001 From: Kevin Zhang Date: Fri, 5 Nov 2021 19:22:02 -0500 Subject: [PATCH] Adjust width and height to display hided element --- Flow.Launcher/SelectFileManagerWindow.xaml | 32 ++++++++++++---------- 1 file changed, 17 insertions(+), 15 deletions(-) diff --git a/Flow.Launcher/SelectFileManagerWindow.xaml b/Flow.Launcher/SelectFileManagerWindow.xaml index ff472f007..64055d669 100644 --- a/Flow.Launcher/SelectFileManagerWindow.xaml +++ b/Flow.Launcher/SelectFileManagerWindow.xaml @@ -6,8 +6,8 @@ xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:ui="http://schemas.modernwpf.com/2019" Title="{DynamicResource fileManagerWindow}" - Width="500" - Height="420" + Width="600" + Height="500" Background="#f3f3f3" DataContext="{Binding RelativeSource={RelativeSource Self}}" ResizeMode="NoResize" @@ -67,14 +67,15 @@ HorizontalAlignment="Stretch" DataContext="{Binding CustomExplorer}" Orientation="Horizontal"> - + - + + - - +