localization: add translations for histories datagrid column header

This commit is contained in:
leo 2024-07-09 16:42:07 +08:00
parent 06ba2fd733
commit 386c92fa28
No known key found for this signature in database
6 changed files with 22 additions and 5 deletions

View file

@ -240,6 +240,11 @@
<Setter Property="FontWeight" Value="Bold"/>
<Setter Property="Margin" Value="10,0,0,0"/>
</Style>
<Style Selector="TextBlock.table_header">
<Setter Property="Foreground" Value="{DynamicResource Brush.FG1}"/>
<Setter Property="Opacity" Value=".65"/>
<Setter Property="FontWeight" Value="Bold"/>
</Style>
<Style Selector="TextBlock.info_label">
<Setter Property="Foreground" Value="{DynamicResource Brush.FG2}"/>
<Setter Property="FontWeight" Value="Bold"/>