--- a/src/FingersDance/FingersDance.csproj Mon Oct 05 19:10:28 2009 +0200
+++ b/src/FingersDance/FingersDance.csproj Mon Oct 05 19:27:24 2009 +0200
@@ -134,9 +134,9 @@
<Content Include="Resources\Lake.wmv">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
- <Resource Include="Resources\oneflat.png">
+ <Content Include="Resources\oneflat.png">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Resource>
+ </Content>
<Content Include="Resources\oneflat.wmv">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
--- a/src/FingersDance/MainSurfaceWindow.xaml Mon Oct 05 19:10:28 2009 +0200
+++ b/src/FingersDance/MainSurfaceWindow.xaml Mon Oct 05 19:27:24 2009 +0200
@@ -145,7 +145,7 @@
</TransformGroup>
</Grid.RenderTransform>
- <Rectangle Fill="{x:Null}" Stroke="#FFFFFFFF" x:Name="rect1"/>
+ <Rectangle Fill="{x:Null}" Stroke="#FFFFFFFF" x:Name="rect1" StrokeThickness="0.1"/>
</Grid>
<Grid HorizontalAlignment="Right" Margin="0,0,0,0" x:Name="Grid2" VerticalAlignment="Top" Width="100" Height="100" Background="{x:Null}" RenderTransformOrigin="0.5,0.5">
<Grid.RenderTransform>
@@ -157,7 +157,7 @@
</TransformGroup>
</Grid.RenderTransform>
- <Rectangle Fill="{x:Null}" Stroke="#FFFFFFFF" x:Name="rect2"/>
+ <Rectangle Fill="{x:Null}" Stroke="#FFFFFFFF" x:Name="rect2" StrokeThickness="0.1"/>
</Grid>
<Grid RenderTransformOrigin="0.5,0.5" HorizontalAlignment="Left" Margin="0,0,0,0" x:Name="Grid3" VerticalAlignment="Bottom" Width="100" Height="100" Background="{x:Null}">
<Grid.RenderTransform>
@@ -168,12 +168,12 @@
<TranslateTransform X="0" Y="0"/>
</TransformGroup>
</Grid.RenderTransform>
- <Rectangle Fill="{x:Null}" Stroke="#FFFFFFFF" x:Name="rect3"/>
+ <Rectangle Fill="{x:Null}" Stroke="#FFFFFFFF" x:Name="rect3" StrokeThickness="0.1"/>
</Grid>
<Grid HorizontalAlignment="Right" Margin="0,0,0,0" x:Name="Grid4" VerticalAlignment="Bottom" Width="100" Height="100" Background="{x:Null}">
- <Rectangle Fill="{x:Null}" Stroke="#FFFFFFFF" x:Name="rect4"/>
+ <Rectangle Fill="{x:Null}" Stroke="#FFFFFFFF" x:Name="rect4" StrokeThickness="0.1"/>
</Grid>
<s:ScatterView x:Name="scaterview" ContactChanged="scaterview_ContactChanged">
<s:ScatterViewItem Center="512,384" CanMove="True" CanRotate="False" CanScale="False" Background="{x:Null}" x:Name="ScatterViewItemPivot" ContactChanged="ScatterViewItemPivot_ContactChanged" Style="{DynamicResource FingersDance.Control.ScatterView}" BorderBrush="{x:Null}" Foreground="{x:Null}" >