|
|
@@ -174,10 +174,14 @@
|
|
|
|
|
|
<TextBlock DockPanel.Dock="Left" Margin="0,0,0,0" FontWeight="DemiBold" FontSize="12" VerticalAlignment="Center" Text="{Binding Path=Title}" />
|
|
|
|
|
|
- <TextBlock DockPanel.Dock="Left" x:Name="Manager" Margin="0" FontWeight="DemiBold" FontSize="12" VerticalAlignment="Center" Style="{StaticResource managerStyle}">
|
|
|
+ <TextBlock DockPanel.Dock="Left" x:Name="Manager" Margin="0"
|
|
|
+ FontWeight="DemiBold" FontSize="12" VerticalAlignment="Center"
|
|
|
+ Style="{StaticResource managerStyle}">
|
|
|
<Run Text=" ("/><Run Text="{Binding Manager}"/><Run Text=")"/>
|
|
|
</TextBlock>
|
|
|
- <TextBlock DockPanel.Dock="Left" x:Name="Employee" Margin="0" FontWeight="DemiBold" FontSize="12" VerticalAlignment="Center" Style="{StaticResource employeeStyle}">
|
|
|
+ <TextBlock DockPanel.Dock="Left" x:Name="Employee" Margin="0"
|
|
|
+ FontWeight="DemiBold" FontSize="12" VerticalAlignment="Center"
|
|
|
+ Style="{StaticResource employeeStyle}">
|
|
|
<Run Text=" ("/><Run Text="{Binding AssignedTo}"/><Run Text=")"/>
|
|
|
</TextBlock>
|
|
|
|