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;