diff --git a/Main.xaml b/Main.xaml index 28ec7f5..d4c7808 100644 --- a/Main.xaml +++ b/Main.xaml @@ -2,7 +2,7 @@ xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" Title="{DynamicResource WindowTitle}" - Height="768" Width="1024" Loaded="Window_Loaded" WindowStartupLocation="CenterScreen"> + WindowState="Maximized" Height="768" Width="1024" Loaded="Window_Loaded" WindowStartupLocation="CenterScreen"> diff --git a/MainWindow.xaml b/MainWindow.xaml index efe459f..20e9839 100644 --- a/MainWindow.xaml +++ b/MainWindow.xaml @@ -1,7 +1,7 @@  diff --git a/ReportWindow1.xaml b/ReportWindow1.xaml index d6be29c..4fb6703 100644 --- a/ReportWindow1.xaml +++ b/ReportWindow1.xaml @@ -1,7 +1,7 @@  + Title="{DynamicResource FlowReport}" WindowState="Maximized" Height="768" Width="1024" Loaded="Window_Loaded" WindowStartupLocation="CenterScreen">