From 20ab4cfbe7b6ebf9289aa67be89e1941f27bceae Mon Sep 17 00:00:00 2001 From: Natalia Portillo Date: Sat, 25 Oct 2025 18:41:21 +0100 Subject: [PATCH] [GUI] Replace DataGrids with DataGridTemplateColumns for improved styling in ImageInfo.xaml --- Aaru.Gui/App.xaml | 2 +- Aaru.Gui/Views/Panels/ImageInfo.xaml | 428 ++++++++++++++++++++++----- 2 files changed, 361 insertions(+), 69 deletions(-) diff --git a/Aaru.Gui/App.xaml b/Aaru.Gui/App.xaml index 920d6c00c..cd3dfccad 100644 --- a/Aaru.Gui/App.xaml +++ b/Aaru.Gui/App.xaml @@ -36,7 +36,7 @@ xmlns:localization="clr-namespace:Aaru.Localization;assembly=Aaru.Localization" x:Class="Aaru.Gui.App"> - + diff --git a/Aaru.Gui/Views/Panels/ImageInfo.xaml b/Aaru.Gui/Views/Panels/ImageInfo.xaml index a5ea60ce7..6776ba4aa 100644 --- a/Aaru.Gui/Views/Panels/ImageInfo.xaml +++ b/Aaru.Gui/Views/Panels/ImageInfo.xaml @@ -158,23 +158,91 @@ + IsReadOnly="True" + Height="400" + VerticalAlignment="Stretch" + HorizontalAlignment="Stretch"> - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -184,32 +252,139 @@ + IsReadOnly="True" + Height="400" + VerticalAlignment="Stretch" + HorizontalAlignment="Stretch"> - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -221,33 +396,150 @@ IsVisible="{Binding !!DumpHardwareList.Count, Mode=OneWay}" IsReadOnly="True"> - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +