Change colors in FileSystem panel.

This commit is contained in:
2025-12-15 17:08:37 +00:00
parent 507b1717ee
commit 6e4befa98b
5 changed files with 9 additions and 12 deletions

View File

@@ -85,25 +85,22 @@
IsVisible="{Binding FilesVisible, Mode=OneWay}" /> IsVisible="{Binding FilesVisible, Mode=OneWay}" />
<CheckBox IsEnabled="False" <CheckBox IsEnabled="False"
IsChecked="{Binding BootableChecked, Mode=OneWay}"> IsChecked="{Binding BootableChecked, Mode=OneWay}">
<TextBlock Foreground="SlateBlue" <controls:SpectreTextBlock Text="{x:Static localization:Core.Filesystem_contains_boot_code}" />
Text="{x:Static localization:Core.Filesystem_contains_boot_code}" />
</CheckBox> </CheckBox>
<CheckBox IsEnabled="False" <CheckBox IsEnabled="False"
IsChecked="{Binding DirtyChecked, Mode=OneWay}"> IsChecked="{Binding DirtyChecked, Mode=OneWay}">
<TextBlock Foreground="SlateBlue" <controls:SpectreTextBlock Text="{x:Static localization:Core.Filesystem_has_not_been_unmounted_correctly_or_contains_errors}" />
Text="{x:Static localization:Core.Filesystem_has_not_been_unmounted_correctly_or_contains_errors}" />
</CheckBox> </CheckBox>
</StackPanel> </StackPanel>
</ScrollViewer> </ScrollViewer>
<Border Grid.Row="1" <Border Grid.Row="1"
BorderThickness="1" BorderThickness="1"
BorderBrush="LightGray" BorderBrush="{DynamicResource SystemControlForegroundBaseMediumLowBrush}"
CornerRadius="8" CornerRadius="8"
IsVisible="{Binding !!InformationText, Mode=OneWay}"> IsVisible="{Binding !!InformationText, Mode=OneWay}">
<StackPanel Spacing="8" <StackPanel Spacing="8"
Margin="12"> Margin="12">
<controls:SpectreTextBlock FontWeight="Bold" <controls:SpectreTextBlock FontWeight="Bold"
Foreground="SlateBlue"
Text="{x:Static localization:UI.Title_Details}" /> Text="{x:Static localization:UI.Title_Details}" />
<ScrollViewer> <ScrollViewer>
<controls:SpectreTextBlock Text="{Binding InformationText, Mode=OneWay}" <controls:SpectreTextBlock Text="{Binding InformationText, Mode=OneWay}"

View File

@@ -1091,10 +1091,10 @@
<value>Funcionalidad {0:X4}h</value> <value>Funcionalidad {0:X4}h</value>
</data> </data>
<data name="Filesystem_contains_boot_code" xml:space="preserve"> <data name="Filesystem_contains_boot_code" xml:space="preserve">
<value>El sistema de ficheros contiene código de arranque</value> <value>[slateblue1]El sistema de ficheros contiene código de arranque[/]</value>
</data> </data>
<data name="Filesystem_has_not_been_unmounted_correctly_or_contains_errors" xml:space="preserve"> <data name="Filesystem_has_not_been_unmounted_correctly_or_contains_errors" xml:space="preserve">
<value>El sistema de ficheros no se desmontó correctamente o contiene errores</value> <value>[slateblue1]El sistema de ficheros no se desmontó correctamente o contiene errores[/]</value>
</data> </data>
<data name="Filesystem_type_0" xml:space="preserve"> <data name="Filesystem_type_0" xml:space="preserve">
<value>[bold][slateblue1]Tipo de sistema de ficheros:[/][/] [green]{0}[/]</value> <value>[bold][slateblue1]Tipo de sistema de ficheros:[/][/] [green]{0}[/]</value>

View File

@@ -507,10 +507,10 @@
<value>[slateblue1]Volume contains [violet]{0}[/] files[/]</value> <value>[slateblue1]Volume contains [violet]{0}[/] files[/]</value>
</data> </data>
<data name="Filesystem_contains_boot_code" xml:space="preserve"> <data name="Filesystem_contains_boot_code" xml:space="preserve">
<value>Filesystem contains boot code</value> <value>[slateblue1]Filesystem contains boot code[/]</value>
</data> </data>
<data name="Filesystem_has_not_been_unmounted_correctly_or_contains_errors" xml:space="preserve"> <data name="Filesystem_has_not_been_unmounted_correctly_or_contains_errors" xml:space="preserve">
<value>Filesystem has not been unmounted correctly or contains errors</value> <value>[slateblue1]Filesystem has not been unmounted correctly or contains errors[/]</value>
</data> </data>
<data name="Image_without_headers_is_0_bytes_long" xml:space="preserve"> <data name="Image_without_headers_is_0_bytes_long" xml:space="preserve">
<value>[slateblue1]Image without headers is [lime]{0}[/] bytes long[/]</value> <value>[slateblue1]Image without headers is [lime]{0}[/] bytes long[/]</value>

View File

@@ -2226,7 +2226,7 @@ Probadores:
<value>Fichero destino</value> <value>Fichero destino</value>
</data> </data>
<data name="Title_Details" xml:space="preserve"> <data name="Title_Details" xml:space="preserve">
<value>Detalles</value> <value>[bold][slateblue1]Detalles[/][/]</value>
</data> </data>
<data name="Title_Device" xml:space="preserve"> <data name="Title_Device" xml:space="preserve">
<value>[bold][green]Dispositivo[/][/]</value> <value>[bold][green]Dispositivo[/][/]</value>

View File

@@ -2083,7 +2083,7 @@ Testers:
<value>Binary</value> <value>Binary</value>
</data> </data>
<data name="Title_Details" xml:space="preserve"> <data name="Title_Details" xml:space="preserve">
<value>Details</value> <value>[bold][slateblue1]Details[/][/]</value>
</data> </data>
<data name="Path_0" xml:space="preserve"> <data name="Path_0" xml:space="preserve">
<value>[slateblue1]Path:[/] [green]{0}[/]</value> <value>[slateblue1]Path:[/] [green]{0}[/]</value>