src/FingersDance.Control.SyncSource/UserControlSyncSource.xaml
changeset 174 45c9e55fcf23
parent 124 14b058fc64fc
--- a/src/FingersDance.Control.SyncSource/UserControlSyncSource.xaml	Mon Oct 26 08:36:15 2009 +0100
+++ b/src/FingersDance.Control.SyncSource/UserControlSyncSource.xaml	Mon Oct 26 09:27:23 2009 +0100
@@ -14,7 +14,11 @@
         	<FingersDance_Control_TimeLine:UserControlTimeLine Margin="0,0,60,0" x:Name="UCTimeLine" 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="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.RowDefinitions>
+        		<RowDefinition Height="0.424*"/>
+        		<RowDefinition Height="0.576*"/>
+        	</Grid.RowDefinitions>
+        	<FingersDance_Control_Player:UserControlPlayer PlayerOpened="UserControlPlayer_PlayerOpened" x:Name="UserControlPlayer" VerticalAlignment="Stretch" Width="{Binding Path=ActualWidth, ElementName=GridPlayer, Mode=Default}" Margin="0,0,0,0" Height="{Binding Path=ActualHeight, ElementName=GridPlayer, Mode=Default}" Grid.RowSpan="2" />
         </Grid>
     </Grid>
 </UserControl>
\ No newline at end of file