tests with resize of syncsource and userpanel
authorcavaliet
Mon, 14 Sep 2009 17:26:20 +0200
changeset 52 81ff82bd00c9
parent 51 3ccbb54d4551
child 53 09d0bc6970b5
tests with resize of syncsource and userpanel
src/FingersDance.Control.SyncSource/UserControlSyncSource.xaml
--- a/src/FingersDance.Control.SyncSource/UserControlSyncSource.xaml	Mon Sep 14 17:12:26 2009 +0200
+++ b/src/FingersDance.Control.SyncSource/UserControlSyncSource.xaml	Mon Sep 14 17:26:20 2009 +0200
@@ -13,7 +13,7 @@
         <Grid VerticalAlignment="Top" Height="50" x:Name="GridTimeLine">
         	<FingersDance_Control_TimeLine:UserControlTimeLine Margin="40,0,8,0" Height="Auto" x:Name="UserControlTimeLine" DragStarted="UserControlTimeLine_DragStarted" DragCompleted="UserControlTimeLine_DragCompleted" TimerTick="UserControlTimeLine_TimerTick" d:LayoutOverrides="Height" Background="{x:Null}"/>
         </Grid>
-        <Grid HorizontalAlignment="Stretch" Width="Auto" Height="Auto" VerticalAlignment="Stretch" x:Name="GridPlayer" Margin="100,54,0,0">
+        <Grid HorizontalAlignment="Stretch" Width="Auto" Height="Auto" VerticalAlignment="Stretch" x:Name="GridPlayer" Margin="0,54,0,0">
         	<FingersDance_Control_Player:UserControlPlayer PlayerOpened="UserControlPlayer_PlayerOpened" x:Name="UserControlPlayer" VerticalAlignment="Stretch" d:LayoutOverrides="GridBox" Width="{Binding Path=ActualWidth, ElementName=GridPlayer, Mode=Default}" Margin="0,0,0,0" Height="{Binding Path=ActualHeight, ElementName=GridPlayer, Mode=Default}" />
         </Grid>
     </Grid>