From f122c09b0889140d70de7df8a8c01d9d74ab5213 Mon Sep 17 00:00:00 2001 From: Hylke Bons Date: Mon, 2 Dec 2013 16:51:14 +0000 Subject: [PATCH] mac about: Fix background image stretch --- SparkleShare/Mac/SparkleAbout.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SparkleShare/Mac/SparkleAbout.cs b/SparkleShare/Mac/SparkleAbout.cs index 15047b6f..284eee20 100755 --- a/SparkleShare/Mac/SparkleAbout.cs +++ b/SparkleShare/Mac/SparkleAbout.cs @@ -81,11 +81,11 @@ namespace SparkleShare { private void CreateAbout () { this.about_image = NSImage.ImageNamed ("about"); - this.about_image.Size = new SizeF (640, 260); + this.about_image.Size = new SizeF (720, 260); this.about_image_view = new NSImageView () { Image = this.about_image, - Frame = new RectangleF (0, 0, 640, 260) + Frame = new RectangleF (0, 0, 720, 260) }; this.version_text_field = new SparkleLabel ("version " + Controller.RunningVersion, NSTextAlignment.Left) {