From c04a50fafc91b6378f6af6323c0da53f0a41d687 Mon Sep 17 00:00:00 2001 From: Hylke Bons Date: Wed, 19 Oct 2011 16:46:19 +0100 Subject: [PATCH] mac: setup: fix side splash size --- SparkleShare/Mac/SparkleSetupWindow.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SparkleShare/Mac/SparkleSetupWindow.cs b/SparkleShare/Mac/SparkleSetupWindow.cs index 58d2bc67..d0a6ed79 100755 --- a/SparkleShare/Mac/SparkleSetupWindow.cs +++ b/SparkleShare/Mac/SparkleSetupWindow.cs @@ -56,12 +56,12 @@ namespace SparkleShare { "Pixmaps", "side-splash.png"); SideSplash = new NSImage (side_splash_path) { - Size = new SizeF (150, 407) + Size = new SizeF (150, 482) }; SideSplashView = new NSImageView () { Image = SideSplash, - Frame = new RectangleF (0, 0, 150, 407) + Frame = new RectangleF (0, 0, 150, 482) }; Buttons = new List ();