Skip to content

Commit 264e4f6

Browse files
authored
fix(GutterMargin): Align linenumbers with text
Refs: #50
1 parent bf7fcd4 commit 264e4f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Project/Src/Gui/GutterMargin.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ static GutterMargin()
3434

3535
public GutterMargin(TextArea textArea) : base(textArea)
3636
{
37-
numberStringFormat.LineAlignment = StringAlignment.Far;
37+
numberStringFormat.LineAlignment = StringAlignment.Near;
3838
numberStringFormat.FormatFlags = StringFormatFlags.MeasureTrailingSpaces | StringFormatFlags.FitBlackBox |
3939
StringFormatFlags.NoWrap | StringFormatFlags.NoClip;
4040
}

0 commit comments

Comments
 (0)