From 5f1108311d8af569ae4753ea31ba079e42d3f8e6 Mon Sep 17 00:00:00 2001 From: Natalia Portillo Date: Mon, 27 Oct 2025 16:35:41 +0000 Subject: [PATCH] [GUI] Redesign and reorganize Console dialog. --- Aaru.Gui/Views/Dialogs/Console.xaml | 94 ++++++++++++++++------------- 1 file changed, 52 insertions(+), 42 deletions(-) diff --git a/Aaru.Gui/Views/Dialogs/Console.xaml b/Aaru.Gui/Views/Dialogs/Console.xaml index d76ec7fe2..f7c59dd2e 100644 --- a/Aaru.Gui/Views/Dialogs/Console.xaml +++ b/Aaru.Gui/Views/Dialogs/Console.xaml @@ -37,6 +37,7 @@ xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:dialogs="clr-namespace:Aaru.Gui.ViewModels.Dialogs" xmlns:localization="clr-namespace:Aaru.Localization;assembly=Aaru.Localization" + xmlns:controls="clr-namespace:Aaru.Gui.Controls" mc:Ignorable="d" d:DesignWidth="800" d:DesignHeight="450" @@ -48,46 +49,55 @@ - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file