src/FingersDance.Control.TimeLine/UserControlTimeLine.xaml.cs
changeset 226 c0661ecf943e
parent 225 b60e13ed75c8
child 229 05aba5def1fc
--- a/src/FingersDance.Control.TimeLine/UserControlTimeLine.xaml.cs	Tue Nov 24 11:35:07 2009 +0100
+++ b/src/FingersDance.Control.TimeLine/UserControlTimeLine.xaml.cs	Tue Nov 24 12:57:18 2009 +0100
@@ -43,7 +43,7 @@
 
         private double totalmilliseconds;
         
-        private float AnnotWidth = 850 + 15; // The surfaceListBox adds 15 pixels between each item
+        private float AnnotWidth = 1600 + 15; // The surfaceListBox adds 15 pixels between each item
         private Cutting cut;
         private Boolean AnnotWaiting = false;
         private float AnnotTcBegin;