fix(ui): restore listitem typography and info tab icon/label sizing

This commit is contained in:
Meik
2026-03-05 18:30:44 +01:00
parent fa5b99b947
commit 3546a77892
4 changed files with 30 additions and 33 deletions

View File

@@ -8,7 +8,7 @@
mc:Ignorable="d"
d:DesignWidth="320"
FontSize="12"
FontFamily="Segoe UI"
FontFamily="Arial"
Cursor="Hand"
MouseLeftButtonDown="OnMouseLeftButtonDownClicked"
>
@@ -74,7 +74,6 @@
HorizontalAlignment="Left"
VerticalAlignment="Center"
FontStyle="Italic"
Foreground="{DynamicResource subtleTextColor}"
Text="{Binding Path=CreatedDate,StringFormat={}{0:dd.MM.yyyy},FallbackValue='01.01.2021'}" />
</DockPanel>
@@ -94,7 +93,6 @@
Text="{Binding Path=Subject,FallbackValue='test Announcement'}"
VerticalAlignment="Center"
FontWeight="Bold"
Foreground="{DynamicResource sectionTitleColor}"
ClipToBounds="True" />
<TextBlock x:Name="txtContent"
Grid.Row="2"
@@ -102,7 +100,6 @@
Margin="15,10,10,0"
VerticalAlignment="Center"
Text="{Binding Path=Text,FallbackValue='test text'}"
Foreground="{DynamicResource subtleTextColor}"
TextWrapping="Wrap"
TextTrimming="CharacterEllipsis"
LineStackingStrategy="BlockLineHeight"
@@ -117,7 +114,6 @@
Margin="15,5,10,0"
VerticalAlignment="Center"
FontStyle="Italic"
Foreground="{DynamicResource subtleTextColor}"
TextWrapping="Wrap"
TextTrimming="CharacterEllipsis"
LineStackingStrategy="BlockLineHeight"