diff --git a/SparkleShare/SparkleEventLog.cs b/SparkleShare/SparkleEventLog.cs index 130edaf0..eb9695ba 100644 --- a/SparkleShare/SparkleEventLog.cs +++ b/SparkleShare/SparkleEventLog.cs @@ -55,7 +55,7 @@ namespace SparkleShare { SetSizeRequest (480, 640); SetPosition (WindowPosition.Center); - Resizable = false; + Resizable = true; BorderWidth = 0; Title = _("Recent Events");