diff -r e99fe78cd168 -r 45c9e55fcf23 src/FingersDance.Control.Player/UserControlPlayer.xaml --- a/src/FingersDance.Control.Player/UserControlPlayer.xaml Mon Oct 26 08:36:15 2009 +0100 +++ b/src/FingersDance.Control.Player/UserControlPlayer.xaml Mon Oct 26 09:27:23 2009 +0100 @@ -8,7 +8,8 @@ xmlns:FingersDance_Control_Player="clr-namespace:FingersDance.Control.Player" x:Class="FingersDance.Control.Player.UserControlPlayer" x:Name="UserControl" AllowDrop="True" Custom:SurfaceDragDrop.DragOver="Play_Pause_area_DragOver" Custom:SurfaceDragDrop.DragEnter="Play_Pause_area_DragEnter" Custom:SurfaceDragDrop.DragLeave="Play_Pause_area_DragLeave" Custom:SurfaceDragDrop.Drop="Play_Pause_area_Drop" - Width="560" Height="400" xmlns:GestureControl="clr-namespace:GestureControl;assembly=GestureControl"> + Width="560" Height="400" + xmlns:GestureControl="clr-namespace:GestureControl;assembly=GestureControl">