diff --git a/SparkleShare/Common/Pixmaps/Sources/about-dialog.svg b/SparkleShare/Common/Pixmaps/Sources/about-dialog.svg index 7e400d4d..29b6a472 100644 --- a/SparkleShare/Common/Pixmaps/Sources/about-dialog.svg +++ b/SparkleShare/Common/Pixmaps/Sources/about-dialog.svg @@ -1,224 +1,3487 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + TM + - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - TM - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - diff --git a/SparkleShare/Common/Pixmaps/Sources/side-splash.svg b/SparkleShare/Common/Pixmaps/Sources/side-splash.svg index aa2a5885..2602f5bf 100644 --- a/SparkleShare/Common/Pixmaps/Sources/side-splash.svg +++ b/SparkleShare/Common/Pixmaps/Sources/side-splash.svg @@ -32,13 +32,13 @@ inkscape:window-height="696" id="namedview3143" showgrid="false" - inkscape:zoom="2" + inkscape:zoom="1" inkscape:cx="202.9899" inkscape:cy="256.41535" inkscape:window-x="0" inkscape:window-y="0" inkscape:window-maximized="0" - inkscape:current-layer="g2886" + inkscape:current-layer="g2946" showborder="false" /> @@ -2444,12 +2444,6 @@ - diff --git a/SparkleShare/Common/Pixmaps/about.png b/SparkleShare/Common/Pixmaps/about.png index 0a0b3f55..6d7ae90f 100755 Binary files a/SparkleShare/Common/Pixmaps/about.png and b/SparkleShare/Common/Pixmaps/about.png differ diff --git a/SparkleShare/Common/Pixmaps/about@2x.png b/SparkleShare/Common/Pixmaps/about@2x.png new file mode 100644 index 00000000..2fc61d8a Binary files /dev/null and b/SparkleShare/Common/Pixmaps/about@2x.png differ diff --git a/SparkleShare/Common/Pixmaps/side-splash.png b/SparkleShare/Common/Pixmaps/side-splash.png index 8d947a6f..d51ed514 100755 Binary files a/SparkleShare/Common/Pixmaps/side-splash.png and b/SparkleShare/Common/Pixmaps/side-splash.png differ diff --git a/SparkleShare/Common/Pixmaps/side-splash@2x.png b/SparkleShare/Common/Pixmaps/side-splash@2x.png index 326a3b10..3990c275 100644 Binary files a/SparkleShare/Common/Pixmaps/side-splash@2x.png and b/SparkleShare/Common/Pixmaps/side-splash@2x.png differ diff --git a/SparkleShare/Mac/SparkleAbout.cs b/SparkleShare/Mac/SparkleAbout.cs index 963aa457..74c9982a 100755 --- a/SparkleShare/Mac/SparkleAbout.cs +++ b/SparkleShare/Mac/SparkleAbout.cs @@ -151,12 +151,10 @@ namespace SparkleShare { { using (var a = new NSAutoreleasePool ()) { - string about_image_path = Path.Combine (NSBundle.MainBundle.ResourcePath, - "Pixmaps", "about.png"); + string about_image_path = Path.Combine (NSBundle.MainBundle.ResourcePath, "Pixmaps", "about.png"); - this.about_image = new NSImage (about_image_path) { - Size = new SizeF (640, 260) - }; + this.about_image = new NSImage (about_image_path); + this.about_image.Size = new SizeF (640, 260); this.about_image_view = new NSImageView () { Image = this.about_image,