client/src/Iri.Modernisation.Controls/View/ProductionTimeLine/CustomableIndexElement.xaml.cs
changeset 34 4d9ebc6fbbe8
parent 20 c2dd8119a6c1
child 35 43bb1b8ed555
--- a/client/src/Iri.Modernisation.Controls/View/ProductionTimeLine/CustomableIndexElement.xaml.cs	Tue Jan 19 09:49:26 2010 +0100
+++ b/client/src/Iri.Modernisation.Controls/View/ProductionTimeLine/CustomableIndexElement.xaml.cs	Tue Jan 19 09:49:56 2010 +0100
@@ -28,6 +28,7 @@
                     SetValue(TrimRightProperty, value);
                     ((CustomableIndexElementVM)DataContext).TimerOut = ((CustomableIndexElementVM)DataContext).TimerOut.Subtract(new TimeSpan(0, 0, 0, 0, (int)((value) / ProductionTimeLine.ScaleTime)));
                     this.Width = ((CustomableIndexElementVM)DataContext).Duration;
+                   
                 }
             }
         }