From 0b8c23c02d4ee4e33257212d8da42f0e67ec6f0c Mon Sep 17 00:00:00 2001 From: leo Date: Tue, 18 Oct 2022 15:02:54 +0800 Subject: [PATCH] style: min size of launcher --- src/Views/Launcher.xaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Views/Launcher.xaml b/src/Views/Launcher.xaml index 28a5a4c3..81aeb668 100644 --- a/src/Views/Launcher.xaml +++ b/src/Views/Launcher.xaml @@ -10,7 +10,7 @@ xmlns:models="clr-namespace:SourceGit.Models" mc:Ignorable="d" WindowStartupLocation="CenterScreen" - MinWidth="1280" MinHeight="720" + MinWidth="1024" MinHeight="768" Title="{DynamicResource Text.About.Title}" Width="{Binding Source={x:Static models:Preference.Instance}, Path=Window.Width, Mode=TwoWay}" Height="{Binding Source={x:Static models:Preference.Instance}, Path=Window.Height, Mode=TwoWay}"