src/FingersDance.Control.Player/UserControlPlayer.xaml
changeset 35 ed77793b767a
parent 34 9e222810f5b5
child 45 f003ae353cd7
--- a/src/FingersDance.Control.Player/UserControlPlayer.xaml	Sun Aug 09 18:29:41 2009 +0200
+++ b/src/FingersDance.Control.Player/UserControlPlayer.xaml	Mon Aug 17 22:04:09 2009 +0200
@@ -6,18 +6,18 @@
 	mc:Ignorable="d"
 	x:Class="FingersDance.Control.Player.UserControlPlayer"
 	x:Name="UserControl"
-	Width="335.873" Height="228.096" xmlns:Custom="http://schemas.microsoft.com/surface/2008">
+	Width="450" Height="334" xmlns:Custom="http://schemas.microsoft.com/surface/2008">
 	<UserControl.Resources>
 		<Storyboard x:Key="OnClick1"/>
 	</UserControl.Resources>
 	<UserControl.Triggers>
 	</UserControl.Triggers>
-        <StackPanel x:Name="LayoutRoot" Width="331.873" Height="227.096" Background="{x:Null}">
-            <Grid Width="321.873" Height="225.096" MaxWidth="500" Background="#FF000000">
-                <MediaElement x:Name="MediaElementVideo" MediaOpened="MediaElementVideo_MediaOpened" />
-                <Custom:SurfaceButton x:Name="Rewind_area" Content="Play/Pause" ContactDown="ButtonRewind_ContactDown" Click="ButtonRewind_Click" Foreground="{x:Null}" Background="#FFF7F0F0" BorderBrush="{x:Null}" Opacity="0" Width="72" HorizontalAlignment="Left"/>
-                <Custom:SurfaceButton x:Name="Fast_Forward_area" Content="Play/Pause" ContactDown="ButtonFastForward_ContactDown" Click="ButtonFastForward_Click" Foreground="{x:Null}" Background="#FFF7F0F0" BorderBrush="{x:Null}" Opacity="0" Width="72" HorizontalAlignment="Right"/>
-                <Custom:SurfaceButton x:Name="Play_Pause_area" ContactDown="ButtonPlayPause_ContactDown" Click="ButtonPlayPause_Click" Foreground="{x:Null}" Margin="76,0,76,0" Background="#FFF7F0F0" BorderBrush="{x:Null}" Opacity="0"/>
-            </Grid>
-        </StackPanel>
+        <Grid x:Name="LayoutRoot" Width="Auto" Height="Auto" Background="{x:Null}">
+		<Grid Width="Auto" MaxWidth="500" Background="#FF000000">
+			<MediaElement x:Name="MediaElementVideo" MediaOpened="MediaElementVideo_MediaOpened" />
+			<Custom:SurfaceButton x:Name="Rewind_area" Content="Play/Pause" ContactDown="ButtonRewind_ContactDown" Click="ButtonRewind_Click" Foreground="{x:Null}" Background="#FFF7F0F0" BorderBrush="{x:Null}" Opacity="0" Width="72" HorizontalAlignment="Left"/>
+			<Custom:SurfaceButton x:Name="Fast_Forward_area" Content="Play/Pause" ContactDown="ButtonFastForward_ContactDown" Click="ButtonFastForward_Click" Foreground="{x:Null}" Background="#FFF7F0F0" BorderBrush="{x:Null}" Opacity="0" Width="72" HorizontalAlignment="Right"/>
+			<Custom:SurfaceButton x:Name="Play_Pause_area" ContactDown="ButtonPlayPause_ContactDown" Click="ButtonPlayPause_Click" Foreground="{x:Null}" Margin="76,0,76,0" Background="#FFF7F0F0" BorderBrush="{x:Null}" Opacity="0"/>
+		</Grid>
+	</Grid>
  </UserControl>
\ No newline at end of file