From db6e53f2a75fd7d4bd304a3600c99a2253e8ff33 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=98=E9=9F=AC=20=E5=BC=A0?= Date: Tue, 30 Mar 2021 15:34:19 +0800 Subject: [PATCH] span the third row with two columes, and set a minWidth for resizing --- Flow.Launcher/SettingWindow.xaml | 105 +++++++++++++++---------------- 1 file changed, 52 insertions(+), 53 deletions(-) diff --git a/Flow.Launcher/SettingWindow.xaml b/Flow.Launcher/SettingWindow.xaml index 9f811e322..33d88fc42 100644 --- a/Flow.Launcher/SettingWindow.xaml +++ b/Flow.Launcher/SettingWindow.xaml @@ -15,7 +15,8 @@ Title="{DynamicResource flowlauncher_settings}" ResizeMode="CanResizeWithGrip" WindowStartupLocation="CenterScreen" - Height="600" Width="850" + Height="600" Width="900" + MinWidth="850" Closed="OnClosed" d:DataContext="{d:DesignInstance vm:SettingWindowViewModel}"> @@ -141,60 +142,58 @@ + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + Width="48" Height="48" + HorizontalAlignment="Left" VerticalAlignment="Top" + Grid.RowSpan="2"/> + + + + + + + + + + + + + + + + + + + + + + +