diff --git a/MainWindow.xaml b/MainWindow.xaml index 3db12ac..076f84d 100644 --- a/MainWindow.xaml +++ b/MainWindow.xaml @@ -5,7 +5,8 @@ xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:local="clr-namespace:formula_manage" mc:Ignorable="d" Loaded="Window_MIN" - Title="SUNLIGHT" Height="720" Width="1280" BorderBrush="White" Background="#FFE0E0E0"> + Title="SUNLIGHT" Height="720" Width="1280" MinHeight="720" MinWidth="1280" + BorderBrush="White" Background="#FFE0E0E0"> @@ -15,6 +16,7 @@ + @@ -54,7 +56,7 @@