From 1e725f593313e3e0d3b5fcbc992a5859594f7acf Mon Sep 17 00:00:00 2001 From: Max Nullov Date: Tue, 25 Feb 2025 18:32:24 +0300 Subject: [PATCH] UI update for better session control support --- Launcher-UI/Views/MainWindow.axaml | 99 +++++++++++++++++---------- Launcher-UI/Views/MainWindow.axaml.cs | 8 ++- 2 files changed, 69 insertions(+), 38 deletions(-) diff --git a/Launcher-UI/Views/MainWindow.axaml b/Launcher-UI/Views/MainWindow.axaml index 20ea829..c714306 100644 --- a/Launcher-UI/Views/MainWindow.axaml +++ b/Launcher-UI/Views/MainWindow.axaml @@ -6,7 +6,7 @@ mc:Ignorable="d" d:DesignWidth="750" d:DesignHeight="500" x:Class="LauncherGUI.Views.MainWindow" x:DataType="vm:MainWindowViewModel" - Icon="/Assets/icon.png" + Icon="/Assets/Sprites/icon.png" Title="PlombirLauncher" RequestedThemeVariant="Dark" Width="750" Height="500" @@ -14,14 +14,8 @@ MaxWidth="750" MaxHeight="500"> - + - - - - - @@ -33,7 +27,7 @@ - + @@ -43,13 +37,15 @@ Padding="10" Margin="3" CornerRadius="10"> - + + - + - + + + - -