Use native screenshots for the mac tutorial

This commit is contained in:
Hylke Bons 2011-12-28 17:14:59 +01:00
parent a5c703a60a
commit d6cbff51c2
6 changed files with 12 additions and 3 deletions

View file

@ -544,7 +544,7 @@ namespace SparkleShare {
};
string slide_image_path = Path.Combine (NSBundle.MainBundle.ResourcePath,
"Pixmaps", "tutorial-slide-1.png");
"Pixmaps", "tutorial-slide-1-mac.png");
SlideImage = new NSImage (slide_image_path) {
Size = new SizeF (350, 200)
@ -576,7 +576,7 @@ namespace SparkleShare {
};
string slide_image_path = Path.Combine (NSBundle.MainBundle.ResourcePath,
"Pixmaps", "tutorial-slide-2.png");
"Pixmaps", "tutorial-slide-2-mac.png");
SlideImage = new NSImage (slide_image_path) {
Size = new SizeF (350, 200)
@ -607,7 +607,7 @@ namespace SparkleShare {
};
string slide_image_path = Path.Combine (NSBundle.MainBundle.ResourcePath,
"Pixmaps", "tutorial-slide-3.png");
"Pixmaps", "tutorial-slide-3-mac.png");
SlideImage = new NSImage (slide_image_path) {
Size = new SizeF (350, 200)

View file

@ -278,6 +278,15 @@
<Content Include="..\..\data\tutorial-slide-1.png">
<Link>Pixmaps\tutorial-slide-1.png</Link>
</Content>
<Content Include="..\..\data\tutorial-slide-1-mac.png">
<Link>Pixmaps\tutorial-slide-1-mac.png</Link>
</Content>
<Content Include="..\..\data\tutorial-slide-2-mac.png">
<Link>Pixmaps\tutorial-slide-2-mac.png</Link>
</Content>
<Content Include="..\..\data\tutorial-slide-3-mac.png">
<Link>Pixmaps\tutorial-slide-3-mac.png</Link>
</Content>
<Content Include="..\..\data\tutorial-slide-2.png">
<Link>Pixmaps\tutorial-slide-2.png</Link>
</Content>

Binary file not shown.

After

Width:  |  Height:  |  Size: 29 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 42 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 90 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.5 KiB

After

Width:  |  Height:  |  Size: 6.7 KiB