From 994946b17ee443872b442776f995d2d93c34ac76 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);