setup: keep header on one line

This commit is contained in:
Hylke Bons 2012-11-17 23:57:13 +00:00
parent 6015950fc5
commit 3ca4fb58f0

View file

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