From 25c82bc8f61fbad8454d9066b9176eaa9bbfb2ea Mon Sep 17 00:00:00 2001 From: Natalia Portillo Date: Sat, 25 Oct 2025 17:08:20 +0100 Subject: [PATCH] [GUI] Replace TextBlocks with SpectreTextBlock for improved text formatting in ImageInfo.xaml --- Aaru.Gui/Views/Panels/ImageInfo.xaml | 105 +++++++++++++++++---------- 1 file changed, 65 insertions(+), 40 deletions(-) diff --git a/Aaru.Gui/Views/Panels/ImageInfo.xaml b/Aaru.Gui/Views/Panels/ImageInfo.xaml index f6813b144..57428d3dc 100644 --- a/Aaru.Gui/Views/Panels/ImageInfo.xaml +++ b/Aaru.Gui/Views/Panels/ImageInfo.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" @@ -50,10 +51,11 @@ HorizontalAlignment="Center" VerticalAlignment="Center" Source="{Binding MediaLogo}" /> - - - + + + + @@ -83,43 +85,66 @@ + + + + + + + + + + + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + @@ -130,9 +155,9 @@ IsReadOnly="True" /> - +