fix(ui): restore listitem typography and info tab icon/label sizing
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user