# HG changeset patch
# User sarias
# Date 1253808541 -7200
# Node ID 1e87bcfec1175e158acc326dbc06d6c32079b94c
# Parent 8262d9756231840cf6a0c4adfd3f74e17a4d48b9
Work on resize of the annotations
diff -r 8262d9756231 -r 1e87bcfec117 src/FingersDance.Control.TimeLine/UserControlTimeLine.xaml
--- a/src/FingersDance.Control.TimeLine/UserControlTimeLine.xaml Thu Sep 24 17:48:07 2009 +0200
+++ b/src/FingersDance.Control.TimeLine/UserControlTimeLine.xaml Thu Sep 24 18:09:01 2009 +0200
@@ -780,6 +780,6 @@
-
+
\ No newline at end of file
diff -r 8262d9756231 -r 1e87bcfec117 src/FingersDance.Control.TimeLine/UserControlTimeLine.xaml.cs
--- a/src/FingersDance.Control.TimeLine/UserControlTimeLine.xaml.cs Thu Sep 24 17:48:07 2009 +0200
+++ b/src/FingersDance.Control.TimeLine/UserControlTimeLine.xaml.cs Thu Sep 24 18:09:01 2009 +0200
@@ -196,7 +196,7 @@
cutvm.AnnotList.Add(new AnnotationViewModel(new Annotation(180 + (numAnnot - 6) * 20 - ((numAnnot - 1) * annotWidth), 10, numAnnot.ToString())));
tv.DataContext = null;
tv.DataContext = cutvm;
- numAnnot++;
+ numAnnot++;
}
}
diff -r 8262d9756231 -r 1e87bcfec117 src/FingersDance.Views/TimelineView.xaml
--- a/src/FingersDance.Views/TimelineView.xaml Thu Sep 24 17:48:07 2009 +0200
+++ b/src/FingersDance.Views/TimelineView.xaml Thu Sep 24 18:09:01 2009 +0200
@@ -5,7 +5,7 @@
>
+ ItemsSource="{Binding}" Background="{x:Null}" BorderThickness="0" x:Name="listview" >