client/src/Iri.Modernisation.Controls/View/ConsultationBookView/AnnotationViewer.xaml
changeset 28 2d4ec5ab2a40
parent 0 249d70e7b32d
child 38 bd33267300aa
--- a/client/src/Iri.Modernisation.Controls/View/ConsultationBookView/AnnotationViewer.xaml	Mon Jan 04 10:29:39 2010 +0100
+++ b/client/src/Iri.Modernisation.Controls/View/ConsultationBookView/AnnotationViewer.xaml	Tue Jan 05 15:53:48 2010 +0100
@@ -22,8 +22,8 @@
 				<TextBlock x:Name="AnnotationViewerKeyWords"  Text="{Binding Tags, Converter={StaticResource ArrayToString}}"/>
 			</StackPanel>
 			<ListBox x:Name="CommentList"  Margin="0,0,0,-8" VerticalAlignment="Bottom"  />
-			<Rectangle Fill="{Binding Type,Converter={StaticResource PTCC}}" Stroke="Black" Height="16" HorizontalAlignment="Left" VerticalAlignment="Top" Width="16" RenderTransformOrigin="0,0.5"/>
-			<Rectangle Fill="{Binding Type,Converter={StaticResource PTCC}}" Stroke="Black" HorizontalAlignment="Left" Margin="0,16,0,0" Width="8"/>
+			<Rectangle Fill="{Binding Type}" Stroke="Black" Height="16" HorizontalAlignment="Left" VerticalAlignment="Top" Width="16" RenderTransformOrigin="0,0.5"/>
+			<Rectangle Fill="{Binding Type}" Stroke="Black" HorizontalAlignment="Left" Margin="0,16,0,0" Width="8"/>
 		</Grid>
 		
         <!-- <View:VideoViewer x:Name="VideoViewer" d:IsPrototypingComposition="True" Margin="191,4,0,0" HorizontalAlignment="Left" Width="161" VerticalAlignment="Top"/> -->