--- a/src/FingersDance/MainSurfaceWindow.xaml Tue Sep 15 14:53:12 2009 +0200
+++ b/src/FingersDance/MainSurfaceWindow.xaml Tue Sep 15 15:40:40 2009 +0200
@@ -63,8 +63,8 @@
<FingersDance_Control_UserPanel:UserControlUserPanel/>
</Grid>
<s:ScatterView x:Name="ScaterView" ContactChanged="ScaterView_ContactChanged">
- <s:ScatterViewItem CanMove="True" CanRotate="False" CanScale="False" Background="{x:Null}" >
- <FingersDance_Control_Pivot:UserControlPivot/>
+ <s:ScatterViewItem Center="512,384" CanMove="True" CanRotate="False" CanScale="False" Background="{x:Null}" x:Name="ScatterViewItemPivot" >
+ <FingersDance_Control_Pivot:UserControlPivot x:Name="UserControlPivot"/>
</s:ScatterViewItem>
</s:ScatterView>