diff --git a/Songify Slim/MainWindow.xaml b/Songify Slim/MainWindow.xaml index 51d32576..fbd9b5fa 100644 --- a/Songify Slim/MainWindow.xaml +++ b/Songify Slim/MainWindow.xaml @@ -9,7 +9,7 @@ xmlns:controls="clr-namespace:MahApps.Metro.Controls;assembly=MahApps.Metro" Title="Songify" Height="285" Width="588" Loaded="MetroWindowLoaded" StateChanged="MetroWindowStateChanged" ResizeMode="CanMinimize" Closed="MetroWindowClosed" - ShowDialogsOverTitleBar="False" Closing="MetroWindow_Closing" WindowStartupLocation="Manual"> + ShowDialogsOverTitleBar="False" Closing="MetroWindow_Closing" WindowStartupLocation="CenterScreen">