From 3ca4fb58f0f746e202235b7addc92dfbdf3edbad Mon Sep 17 00:00:00 2001 From: Hylke Bons Date: Sat, 17 Nov 2012 23:57:13 +0000 Subject: [PATCH] setup: keep header on one line --- SparkleShare/Mac/SparkleSetupWindow.cs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/SparkleShare/Mac/SparkleSetupWindow.cs b/SparkleShare/Mac/SparkleSetupWindow.cs index 30425234..9bdf033c 100755 --- a/SparkleShare/Mac/SparkleSetupWindow.cs +++ b/SparkleShare/Mac/SparkleSetupWindow.cs @@ -68,8 +68,10 @@ namespace SparkleShare { Bordered = false, Editable = false, Font = NSFontManager.SharedFontManager.FontWithFamily ( - "Lucida Grande", NSFontTraitMask.Bold, 0, 15) + "Lucida Grande", NSFontTraitMask.Bold, 0, 15), }; + + this.header_text_field.Cell.LineBreakMode = NSLineBreakMode.TruncatingTail; this.description_text_field = new NSTextField () { Frame = new RectangleF (190, Frame.Height - 130, 640 - 240, 44),