windows setup: add last missing tutorial slide

This commit is contained in:
Hylke Bons 2012-03-07 22:28:29 +00:00
parent 78034682ac
commit 5685f86d47
3 changed files with 18 additions and 2 deletions

View file

@ -569,8 +569,21 @@ namespace SparkleShare {
Button continue_button = new Button () {
Content = "Continue"
};
Buttons.Add (continue_button);
WPF.Image slide_image = new WPF.Image () {
Width = 350,
Height = 200
};
slide_image.Source = SparkleUIHelpers.GetImageSource ("tutorial-slide-2-windows");
ContentCanvas.Children.Add (slide_image);
Canvas.SetLeft (slide_image, 215);
Canvas.SetTop (slide_image, 130);
Buttons.Add (continue_button);
continue_button.Click += delegate {
Controller.TutorialPageCompleted ();

View file

@ -242,6 +242,9 @@
<EmbeddedResource Include="..\..\data\icons\sparkleshare-syncing-error-windows.png">
<Link>Pixmaps\sparkleshare-syncing-error-windows.png</Link>
</EmbeddedResource>
<EmbeddedResource Include="..\..\data\tutorial-slide-2-windows.png">
<Link>Pixmaps\tutorial-slide-2-windows.png</Link>
</EmbeddedResource>
</ItemGroup>
<ItemGroup>
<None Include="Icons.tt">

Binary file not shown.

After

Width:  |  Height:  |  Size: 40 KiB