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);