From 733a83e13a9339d5851c2fff43f64957e6c8147b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=2E=20F=C3=A9lix=20Onta=C3=B1=C3=B3n?= Date: Wed, 23 Feb 2011 23:19:53 +0100 Subject: [PATCH] Set default size for event log, allowing users to shrink the window. --- SparkleShare/SparkleLog.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SparkleShare/SparkleLog.cs b/SparkleShare/SparkleLog.cs index 8d2823cd..bcf068b3 100644 --- a/SparkleShare/SparkleLog.cs +++ b/SparkleShare/SparkleLog.cs @@ -45,7 +45,7 @@ namespace SparkleShare { LocalPath = path; string name = System.IO.Path.GetFileName (LocalPath); - SetSizeRequest (480, 640); + SetDefaultSize (480, 640); SetPosition (WindowPosition.Center); BorderWidth = 0;