[log] add subtle line under the webview

This commit is contained in:
Hylke Bons 2011-02-07 18:04:36 +00:00
parent d70544131a
commit 20bdb93b2e

View file

@ -89,10 +89,15 @@ namespace SparkleShare {
string name = Path.GetFileName (LocalPath);
Title = String.Format ("Recent Events in {0}", name);
OrderFrontRegardless ();
NSBox box = new NSBox (new RectangleF (0, 58, 480, 1)) {
BorderColor = NSColor.LightGray,
BoxType = NSBoxType.NSBoxCustom
};
ContentView.AddSubview (box);
OrderFrontRegardless ();
}