We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf7fcd4 commit 264e4f6Copy full SHA for 264e4f6
Project/Src/Gui/GutterMargin.cs
@@ -34,7 +34,7 @@ static GutterMargin()
34
35
public GutterMargin(TextArea textArea) : base(textArea)
36
{
37
- numberStringFormat.LineAlignment = StringAlignment.Far;
+ numberStringFormat.LineAlignment = StringAlignment.Near;
38
numberStringFormat.FormatFlags = StringFormatFlags.MeasureTrailingSpaces | StringFormatFlags.FitBlackBox |
39
StringFormatFlags.NoWrap | StringFormatFlags.NoClip;
40
}
0 commit comments