Browse Source

Fix #1819: Tooltips: use Segoe for summary text (as in tree)

pull/1838/head
Siegfried Pammer 6 years ago
parent
commit
aa84bd0e5c
  1. 2
      ILSpy/TextView/DecompilerTextView.cs

2
ILSpy/TextView/DecompilerTextView.cs

@ -417,7 +417,9 @@ namespace ICSharpCode.ILSpy.TextView @@ -417,7 +417,9 @@ namespace ICSharpCode.ILSpy.TextView
};
this.Child = border;
viewer.Foreground = SystemColors.InfoTextBrush;
document.TextAlignment = TextAlignment.Left;
document.FontSize = fontSize;
document.FontFamily = SystemFonts.SmallCaptionFontFamily;
}
public bool CloseWhenMouseMovesAway {

Loading…
Cancel
Save