From 954b07974915f6b554449912613410cc165708b1 Mon Sep 17 00:00:00 2001 From: Hylke Bons Date: Thu, 17 Mar 2011 01:58:32 +0000 Subject: [PATCH] [log] stricter size --- SparkleShare/SparkleLog.cs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/SparkleShare/SparkleLog.cs b/SparkleShare/SparkleLog.cs index 6e087f80..12d3a877 100644 --- a/SparkleShare/SparkleLog.cs +++ b/SparkleShare/SparkleLog.cs @@ -54,7 +54,9 @@ namespace SparkleShare { LocalPath = path; string name = System.IO.Path.GetFileName (LocalPath); - SetDefaultSize (480, 640); + SetSizeRequest (480, 640); + + Resizable = false; BorderWidth = 0; SetPosition (WindowPosition.Center);