diff --git a/SparkleShare/Linux/SparkleShare.csproj b/SparkleShare/Linux/SparkleShare.csproj index 5c5ac4b5..86ea9285 100644 --- a/SparkleShare/Linux/SparkleShare.csproj +++ b/SparkleShare/Linux/SparkleShare.csproj @@ -29,22 +29,15 @@ - gtk-sharp-2.0 - gtk-sharp-2.0 - gtk-sharp-2.0 False - notify-sharp - - - ..\..\..\..\..\..\usr\lib\mono\gac\appindicator-sharp\0.2.0.0__bcae265d1c7ab4c2\appindicator-sharp.dll @@ -64,24 +57,26 @@ + + + + + + + - - - - - - - - - - + + + + + diff --git a/SparkleShare/Mac/SparkleEventLog.cs b/SparkleShare/Mac/SparkleEventLog.cs index 94ae9fc9..553be0e3 100755 --- a/SparkleShare/Mac/SparkleEventLog.cs +++ b/SparkleShare/Mac/SparkleEventLog.cs @@ -63,7 +63,7 @@ namespace SparkleShare { SetFrame ( new RectangleF ( new PointF (x, y), - new SizeF (min_width, (int) (NSScreen.MainScreen.Frame.Height * 0.9))), + new SizeF (min_width, (int) (NSScreen.MainScreen.Frame.Height * 0.85))), true); StyleMask = (NSWindowStyle.Closable |