client/src/Iri.Modernisation.Controls/View/ConsultationView/ConsultationView.xaml
--- a/client/src/Iri.Modernisation.Controls/View/ConsultationView/ConsultationView.xaml Mon Jan 04 10:29:39 2010 +0100
+++ b/client/src/Iri.Modernisation.Controls/View/ConsultationView/ConsultationView.xaml Tue Jan 05 15:53:48 2010 +0100
@@ -220,8 +220,8 @@
<Grid x:Name="LayoutRoot" Background="Black">
<View:ConsultationBookView DataContext="{Binding ConsultationBookViewContextMenu,Mode=TwoWay}" x:Name="ConsultationBookViewElement" Margin="0,0,8,0" VerticalAlignment="Top" HorizontalAlignment="Right" Foreground="White"/>
- <View:AnnotationMaker DataContext="{Binding ViewModelAnnotationMaker}" x:Name="AnnotationMakerElement" VerticalAlignment="Bottom" HorizontalAlignment="Right" Margin="0,0,276,48"/>
- <ListBox SelectedIndex="{Binding SelectedVideoBookIndex,Mode=TwoWay}" x:Name="listBox" Margin="0,0,279,392" ItemsSource="{Binding SelectedVideoBooks}" Foreground="White" HorizontalAlignment="Right" >
+ <View:AnnotationMaker DataContext="{Binding ViewModelAnnotationMaker}" x:Name="AnnotationMakerElement" VerticalAlignment="Bottom" HorizontalAlignment="Right" Margin="0,0,256,84"/>
+ <ListBox SelectedIndex="{Binding SelectedVideoBookIndex,Mode=TwoWay}" x:Name="listBox" Margin="0,0,256,408" ItemsSource="{Binding SelectedVideoBooks}" Foreground="White" HorizontalAlignment="Right" >
<ListBox.ItemTemplate>
<DataTemplate >
<View:BookTimeLine/>
@@ -229,6 +229,16 @@
</ListBox.ItemTemplate>
</ListBox>
+ <View:PolemicView Margin="8,0,584,48" RenderTransformOrigin="0.5,0.5" Height="320" VerticalAlignment="Bottom">
+ <View:PolemicView.RenderTransform>
+ <TransformGroup>
+ <ScaleTransform ScaleX="-1"/>
+ <SkewTransform/>
+ <RotateTransform/>
+ <TranslateTransform/>
+ </TransformGroup>
+ </View:PolemicView.RenderTransform>
+ </View:PolemicView>
</Grid>
</UserControl>