diff --git a/SWGSourceLauncher/MainWindow.xaml b/SWGSourceLauncher/MainWindow.xaml index 0a5bdfc..43bef55 100644 --- a/SWGSourceLauncher/MainWindow.xaml +++ b/SWGSourceLauncher/MainWindow.xaml @@ -5,7 +5,7 @@ xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:local="clr-namespace:SWGSourceLauncher" mc:Ignorable="d" - Title="SWGSource Launcher v0.1" Height="510.596" Width="800.109" Visibility="Visible" WindowStartupLocation="CenterScreen" HorizontalContentAlignment="Center" VerticalContentAlignment="Center" ScrollViewer.HorizontalScrollBarVisibility="Visible" VerticalAlignment="Center" HorizontalAlignment="Center" ResizeMode="NoResize"> + Title="SWGSource Launcher v0.1" Height="510.596" Width="800.109" Visibility="Visible" WindowStartupLocation="CenterScreen" HorizontalContentAlignment="Center" VerticalContentAlignment="Center" ScrollViewer.HorizontalScrollBarVisibility="Visible" VerticalAlignment="Center" HorizontalAlignment="Center" ResizeMode="NoResize" Icon="swg.png"> diff --git a/SWGSourceLauncher/SWGSourceLauncher.csproj b/SWGSourceLauncher/SWGSourceLauncher.csproj index 3cff3c3..c6408f0 100644 --- a/SWGSourceLauncher/SWGSourceLauncher.csproj +++ b/SWGSourceLauncher/SWGSourceLauncher.csproj @@ -136,6 +136,9 @@ + + + diff --git a/SWGSourceLauncher/swg.png b/SWGSourceLauncher/swg.png new file mode 100644 index 0000000..f4dd263 Binary files /dev/null and b/SWGSourceLauncher/swg.png differ