Skip to content

Commit c8da655

Browse files
committed
ux: change blame window layout
Signed-off-by: leo <longshuang@msn.cn>
1 parent 91a0d25 commit c8da655

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Views/Blame.axaml.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -288,10 +288,10 @@ public int TabWidth
288288

289289
_textMate = Models.TextMateHelper.CreateForEditor(this);
290290

291-
TextArea.LeftMargins.Add(new LineNumberMargin() { Margin = new Thickness(8, 0) });
292-
TextArea.LeftMargins.Add(new VerticalSeparatorMargin(this));
293291
TextArea.LeftMargins.Add(new CommitInfoMargin(this) { Margin = new Thickness(8, 0) });
294292
TextArea.LeftMargins.Add(new VerticalSeparatorMargin(this));
293+
TextArea.LeftMargins.Add(new LineNumberMargin() { Margin = new Thickness(8, 0) });
294+
TextArea.LeftMargins.Add(new VerticalSeparatorMargin(this));
295295
TextArea.Caret.PositionChanged += OnTextAreaCaretPositionChanged;
296296
TextArea.TextView.ContextRequested += OnTextViewContextRequested;
297297
TextArea.TextView.VisualLinesChanged += OnTextViewVisualLinesChanged;

0 commit comments

Comments
 (0)