client/src/Iri.Modernisation.Controls/View/ProductionTimeLine/CustomableVideoElement.xaml
--- a/client/src/Iri.Modernisation.Controls/View/ProductionTimeLine/CustomableVideoElement.xaml Tue Dec 08 11:39:27 2009 +0100
+++ b/client/src/Iri.Modernisation.Controls/View/ProductionTimeLine/CustomableVideoElement.xaml Fri Dec 11 10:48:58 2009 +0100
@@ -2,7 +2,7 @@
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:Converter="clr-namespace:Iri.Modernisation.Controls.Converter"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:d="http://schemas.microsoft.com/expression/blend/2008" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" x:Class="Iri.Modernisation.Controls.View.CustomableVideoElement"
- BorderBrush="Black" Width="{Binding Duration, Mode=OneTime}" mc:Ignorable="d">
+ BorderBrush="Black" Width="{Binding Duration}" mc:Ignorable="d">
<UserControl.Resources>
<Converter:PolemicTypeColorConverter x:Key="PolemicTypeColorConverter"/>
</UserControl.Resources>