From 8d0cadbff0d3c1c47c16d8df0047c22851ed36b9 Mon Sep 17 00:00:00 2001 From: WeeXnes Date: Sat, 26 Apr 2025 17:09:27 +0200 Subject: [PATCH] Whole UI moved into one window --- PS2_Manager/MainWindow.axaml | 206 +++++++++++++++----------------- PS2_Manager/MainWindow.axaml.cs | 6 +- 2 files changed, 99 insertions(+), 113 deletions(-) diff --git a/PS2_Manager/MainWindow.axaml b/PS2_Manager/MainWindow.axaml index 0aee9db..9b80620 100644 --- a/PS2_Manager/MainWindow.axaml +++ b/PS2_Manager/MainWindow.axaml @@ -6,124 +6,108 @@ mc:Ignorable="d" d:DesignWidth="800" d:DesignHeight="450" x:Class="PS2_Manager.MainWindow" Title="PS2_Manager" - Background="Transparent" - SystemDecorations="None" + Background="#201c29" Width="990" Height="520" + MinHeight="490" + MinWidth="600" WindowStartupLocation="CenterScreen" Loaded="Control_OnLoaded" + Resized="WindowBase_OnResized" Foreground="White"> - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + +