diff --git a/ILSpy/TextView/DecompilerTextView.cs b/ILSpy/TextView/DecompilerTextView.cs index 667aa09ba..b5c221fed 100644 --- a/ILSpy/TextView/DecompilerTextView.cs +++ b/ILSpy/TextView/DecompilerTextView.cs @@ -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 {