From 97c334fd995a7a683125f80c743625b9cc066585 Mon Sep 17 00:00:00 2001 From: Inzaniity Date: Sun, 17 Apr 2022 00:31:54 +0200 Subject: [PATCH] Minimize was alwasy minimizing to systray, fixed. --- Songify Slim/MainWindow.xaml | 2 +- Songify Slim/MainWindow.xaml.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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">