client/src/Iri.Modernisation.Controls/View/BookTimeLine/BookTimeLine.xaml
changeset 42 594fdedecf7f
parent 41 b51a10574e7f
child 45 de06fa7242ae
--- a/client/src/Iri.Modernisation.Controls/View/BookTimeLine/BookTimeLine.xaml	Wed Feb 10 14:56:46 2010 +0100
+++ b/client/src/Iri.Modernisation.Controls/View/BookTimeLine/BookTimeLine.xaml	Thu Feb 11 17:29:23 2010 +0100
@@ -22,7 +22,8 @@
 			</StackPanel>
 			<ToggleButton x:Name="DisplayCommentButton"  Content="Display" Width="88" IsChecked="True"/>
 			<!--<Button x:Name="saveAnnotationsButton" Content="Save" Width="60" Input:CommandService.Command="SaveAnnotations"/>-->
-			<Slider x:Name="ScaleTimeLine" Height="31" HorizontalAlignment="Left" Margin="143,0,1,0"  Width="138" Value="{Binding ScaleValue, Mode=TwoWay}" Minimum="1" Maximum="10" />
+			<Slider x:Name="ScaleTimeLine" Height="31" HorizontalAlignment="Left" Margin="4,0,1,0"  Width="138" Value="{Binding ScaleValue, Mode=TwoWay}" Minimum="1" Maximum="10" />
+			<Button x:Name="CloseBookTimeLineButton" Content="X" Width="40" Input:CommandService.Command="CloseBookTimeLine" Input:CommandService.CommandParameter="{Binding}"/>
 			
 		</StackPanel>
 		<ScrollViewer x:Name="TimeLineScroller"  HorizontalScrollBarVisibility="Visible" Margin="0,0,8,0" VerticalScrollBarVisibility="Disabled" >