diff --git a/README b/README index 2322eef3..b57e249c 100644 --- a/README +++ b/README @@ -70,6 +70,7 @@ To build SparkleShare you need: - ndesk-dbus-devel >= 0.6 - ndesk-dbus-glib-devel >= 0.6 - nautilus-python-devel + - nant You can build and install SparkleShare like this: diff --git a/SparkleShare/SparkleLog.cs b/SparkleShare/SparkleLog.cs index 3bbec069..13c31c2a 100644 --- a/SparkleShare/SparkleLog.cs +++ b/SparkleShare/SparkleLog.cs @@ -44,7 +44,7 @@ namespace SparkleShare { LocalPath = path; string name = System.IO.Path.GetFileName (LocalPath); - SetSizeRequest (540, 640); + SetSizeRequest (480, 640); SetPosition (WindowPosition.Center); BorderWidth = 0;