From b3e01b3487384cf7f931668c5f0f93d3ee74a75f Mon Sep 17 00:00:00 2001 From: Natalia Portillo Date: Mon, 27 Oct 2025 10:48:52 +0000 Subject: [PATCH] [GUI] Redesign and reorganize Subdirectory window. --- Aaru.Gui/Views/Panels/Subdirectory.xaml | 123 ++++++++++++++++-------- 1 file changed, 82 insertions(+), 41 deletions(-) diff --git a/Aaru.Gui/Views/Panels/Subdirectory.xaml b/Aaru.Gui/Views/Panels/Subdirectory.xaml index b4d59845d..31e279e08 100644 --- a/Aaru.Gui/Views/Panels/Subdirectory.xaml +++ b/Aaru.Gui/Views/Panels/Subdirectory.xaml @@ -37,6 +37,7 @@ xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:panels="clr-namespace:Aaru.Gui.ViewModels.Panels" 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" @@ -44,69 +45,109 @@ - - - - + + + + + - + + + + + - + + + + + - + + + + + - + + + + + - + + + + + - + + + + + - + + + + + - + + + + + - + + + + + - + + + + + - + + + + + + IsReadOnly="True"> + + + + \ No newline at end of file