--- a/src/FingersDance.Control.TimeLine/UserControlTimeLine.xaml Fri Sep 11 10:58:35 2009 +0200
+++ b/src/FingersDance.Control.TimeLine/UserControlTimeLine.xaml Sat Sep 12 22:57:52 2009 +0200
@@ -6,9 +6,9 @@
mc:Ignorable="d"
x:Class="FingersDance.Control.TimeLine.UserControlTimeLine"
x:Name="UserControl"
- d:DesignWidth="383" xmlns:Custom="http://schemas.microsoft.com/surface/2008" Height="Auto" Background="#FF898686" d:DesignHeight="33">
+ d:DesignWidth="383" xmlns:Custom="http://schemas.microsoft.com/surface/2008" Height="Auto" Background="{x:Null}" d:DesignHeight="33">
- <Grid x:Name="LayoutRoot" Width="Auto" Height="Auto" Background="#4CFCFCFC">
- <Custom:SurfaceSlider Height="Auto" x:Name="slider" Value="0.5" Width="Auto" Thumb.DragStarted="sliderPosition_DragStarted" Thumb.DragCompleted="sliderPosition_DragCompleted" Margin="0,0,30,0" />
+ <Grid x:Name="LayoutRoot" Width="Auto" Height="Auto" Background="{x:Null}">
+ <Custom:SurfaceSlider Height="Auto" x:Name="slider" Value="0.5" Width="Auto" Thumb.DragStarted="sliderPosition_DragStarted" Thumb.DragCompleted="sliderPosition_DragCompleted" Margin="0,0,30,0" Background="#19FFFFFF" />
</Grid>
</UserControl>
\ No newline at end of file