|
|
@@ -135,7 +135,8 @@
|
|
|
<ColumnDefinition Width="Auto"/>
|
|
|
</Grid.ColumnDefinitions>
|
|
|
<TextBlock Grid.Row="0" Grid.Column="0">
|
|
|
- <Run FontWeight="DemiBold" Text="{Binding Path=Title}"/>
|
|
|
+ <Run FontWeight="DemiBold" Text="{Binding Path=Title}"/>
|
|
|
+ <!--Run FontStyle="Italic" Text="{Binding Path=TagDisplay}"/-->
|
|
|
</TextBlock>
|
|
|
<TextBlock Grid.Row="1" Grid.Column="0" Style="{StaticResource descriptionStyle}">
|
|
|
<Run Text="{Binding Path=Description}"/>
|
|
|
@@ -199,7 +200,8 @@
|
|
|
<ColumnDefinition Width="Auto"/>
|
|
|
</Grid.ColumnDefinitions>
|
|
|
<TextBlock Grid.Row="0" Grid.Column="0">
|
|
|
- <Run FontWeight="DemiBold" Text="{Binding Path=Title}"/>
|
|
|
+ <Run FontWeight="DemiBold" Text="{Binding Path=Title}"/>
|
|
|
+ <Run FontStyle="Italic" Text="{Binding Path=TagDisplay}"/>
|
|
|
</TextBlock>
|
|
|
<TextBlock Grid.Row="1" Grid.Column="0" Style="{StaticResource descriptionStyle}">
|
|
|
<Run Text="{Binding Path=Description}"/>
|