[log] stricter size

This commit is contained in:
Hylke Bons 2011-03-17 01:58:32 +00:00
parent f63bb23742
commit 994946b17e

View file

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