src/FingersDance.Control.TimeLine/UserControlTimeLine.xaml.cs
changeset 226 c0661ecf943e
parent 225 b60e13ed75c8
child 229 05aba5def1fc
equal deleted inserted replaced
225:b60e13ed75c8 226:c0661ecf943e
    41         public event EventHandler OnSuccessAnnotation;
    41         public event EventHandler OnSuccessAnnotation;
    42         //ENDSAR
    42         //ENDSAR
    43 
    43 
    44         private double totalmilliseconds;
    44         private double totalmilliseconds;
    45         
    45         
    46         private float AnnotWidth = 850 + 15; // The surfaceListBox adds 15 pixels between each item
    46         private float AnnotWidth = 1600 + 15; // The surfaceListBox adds 15 pixels between each item
    47         private Cutting cut;
    47         private Cutting cut;
    48         private Boolean AnnotWaiting = false;
    48         private Boolean AnnotWaiting = false;
    49         private float AnnotTcBegin;
    49         private float AnnotTcBegin;
    50         private Color CurrentColor;
    50         private Color CurrentColor;
    51 
    51