Set default size for event log, allowing users to shrink the window.

This commit is contained in:
J. Félix Ontañón 2011-02-23 23:19:53 +01:00
parent 05d4a664e3
commit 04b530228e

View file

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