diff --git a/EZPPClient Installer/EZPPClient Installer.csproj b/EZPPClient Installer/EZPPClient Installer.csproj index 60ea8e9..7146ed0 100644 --- a/EZPPClient Installer/EZPPClient Installer.csproj +++ b/EZPPClient Installer/EZPPClient Installer.csproj @@ -90,13 +90,14 @@ App.xaml Code - - - - - - - + + + + + + + + MainWindow.xaml Code @@ -149,5 +150,6 @@ + \ No newline at end of file diff --git a/EZPPClient Installer/MainWindow.xaml b/EZPPClient Installer/MainWindow.xaml index 6b07954..c99d649 100644 --- a/EZPPClient Installer/MainWindow.xaml +++ b/EZPPClient Installer/MainWindow.xaml @@ -5,7 +5,7 @@ xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:local="clr-namespace:EZPPClient_Installer" mc:Ignorable="d" - Title="EZPPClient Installer" Height="232.051" Width="525.487" + Title="EZPPClient Installer" Height="237.051" Width="525.487" xmlns:ui="http://schemas.modernwpf.com/2019" ui:WindowHelper.UseModernWindowStyle="True" ResizeMode="CanMinimize" Icon="circle_new.ico" Topmost="True" WindowStartupLocation="CenterScreen"> @@ -16,6 +16,8 @@