diff --git a/PS2_Manager/MainWindow.axaml b/PS2_Manager/MainWindow.axaml index 74c5b2b..aaa446f 100644 --- a/PS2_Manager/MainWindow.axaml +++ b/PS2_Manager/MainWindow.axaml @@ -5,7 +5,7 @@ xmlns:local="clr-namespace:PS2_Manager.Core" mc:Ignorable="d" d:DesignWidth="800" d:DesignHeight="450" x:Class="PS2_Manager.MainWindow" - Title="PS2_Manager" + Title="PS2 Games Manager" Background="#201c29" Width="990" Height="520" @@ -13,7 +13,6 @@ MinWidth="600" WindowStartupLocation="CenterScreen" Loaded="Control_OnLoaded" - Resized="WindowBase_OnResized" Foreground="White"> diff --git a/PS2_Manager/MainWindow.axaml.cs b/PS2_Manager/MainWindow.axaml.cs index 689066e..a230a98 100644 --- a/PS2_Manager/MainWindow.axaml.cs +++ b/PS2_Manager/MainWindow.axaml.cs @@ -340,9 +340,4 @@ public partial class MainWindow : Window { this.ArtworkType.Value = Artwork.PrevType(this.ArtworkType.Value); } - - private void WindowBase_OnResized(object? sender, WindowResizedEventArgs e) - { - VanillaConsole.WriteLine(e.ClientSize); - } } \ No newline at end of file