src/FingersDance.Views/TimelineView.xaml
changeset 175 1d4b6d6474d5
parent 166 33c2e634df13
--- a/src/FingersDance.Views/TimelineView.xaml	Mon Oct 26 09:27:23 2009 +0100
+++ b/src/FingersDance.Views/TimelineView.xaml	Mon Oct 26 16:03:34 2009 +0100
@@ -3,7 +3,7 @@
     xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
     xmlns:vw="clr-namespace:FingersDance.Views"
     xmlns:Custom="http://schemas.microsoft.com/surface/2008"
-    Width="1700" >
+    Width="1700" Height="40">
     <UserControl.Resources>
         <DataTemplate x:Key="slbDataTemplate">
             <vw:TimelineAnnotationView/>
@@ -13,12 +13,12 @@
             <Grid></Grid>
             <Canvas></Canvas>
             -->
-            <StackPanel Orientation="Horizontal"/>
+            <StackPanel Orientation="Horizontal" VerticalAlignment="Top" Margin="0,-5,0,0" />
 
         </ItemsPanelTemplate>
     </UserControl.Resources>
     <Grid>
-        <Custom:SurfaceListBox Background="{x:Null}" x:Name="listview" x:FieldModifier="public" ScrollViewer.HorizontalScrollBarVisibility="Hidden" BorderThickness="2"
+        <Custom:SurfaceListBox Height="40" Background="{x:Null}" x:Name="listview" x:FieldModifier="public" ScrollViewer.HorizontalScrollBarVisibility="Hidden" 
                                ItemsSource="{Binding Path=AnnotList}" ItemTemplate="{StaticResource slbDataTemplate}" ItemsPanel="{StaticResource slbItemsPanelTemplate}"
                                >