style<Launcher>: min size of launcher

This commit is contained in:
leo 2022-10-18 15:02:54 +08:00
parent 19c07459a9
commit 0b8c23c02d

View file

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